OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ring_index
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770_dma.c
54
int
ring_index
= rdev->asic->copy.dma_ring_index;
local in function:rv770_copy_dma
55
struct radeon_ring *ring = &rdev->ring[
ring_index
];
radeon_evergreen_dma.c
120
int
ring_index
= rdev->asic->copy.dma_ring_index;
local in function:evergreen_copy_dma
121
struct radeon_ring *ring = &rdev->ring[
ring_index
];
radeon_si_dma.c
243
int
ring_index
= rdev->asic->copy.dma_ring_index;
local in function:si_copy_dma
244
struct radeon_ring *ring = &rdev->ring[
ring_index
];
radeon_r600_dma.c
455
int
ring_index
= rdev->asic->copy.dma_ring_index;
local in function:r600_copy_dma
456
struct radeon_ring *ring = &rdev->ring[
ring_index
];
radeon_cik_sdma.c
591
int
ring_index
= rdev->asic->copy.dma_ring_index;
local in function:cik_copy_dma
592
struct radeon_ring *ring = &rdev->ring[
ring_index
];
radeon_r600.c
3003
int
ring_index
= rdev->asic->copy.blit_ring_index;
local in function:r600_copy_cpdma
3004
struct radeon_ring *ring = &rdev->ring[
ring_index
];
4133
u32
ring_index
;
local in function:r600_irq_process
4163
ring_index
= rptr / 4;
4164
src_id = le32_to_cpu(rdev->ih.ring[
ring_index
]) & 0xff;
4165
src_data = le32_to_cpu(rdev->ih.ring[
ring_index
+ 1]) & 0xfffffff;
radeon_evergreen.c
4715
u32
ring_index
;
local in function:evergreen_irq_process
4744
ring_index
= rptr / 4;
4745
src_id = le32_to_cpu(rdev->ih.ring[
ring_index
]) & 0xff;
4746
src_data = le32_to_cpu(rdev->ih.ring[
ring_index
+ 1]) & 0xfffffff;
radeon_si.c
6260
u32
ring_index
;
local in function:si_irq_process
6288
ring_index
= rptr / 4;
6289
src_id = le32_to_cpu(rdev->ih.ring[
ring_index
]) & 0xff;
6290
src_data = le32_to_cpu(rdev->ih.ring[
ring_index
+ 1]) & 0xfffffff;
6291
ring_id = le32_to_cpu(rdev->ih.ring[
ring_index
+ 2]) & 0xff;
radeon_cik.c
3679
int
ring_index
= rdev->asic->copy.blit_ring_index;
local in function:cik_copy_cpdma
3680
struct radeon_ring *ring = &rdev->ring[
ring_index
];
7574
u32
ring_index
;
local in function:cik_irq_process
7602
ring_index
= rptr / 4;
7604
src_id = le32_to_cpu(rdev->ih.ring[
ring_index
]) & 0xff;
7605
src_data = le32_to_cpu(rdev->ih.ring[
ring_index
+ 1]) & 0xfffffff;
7606
ring_id = le32_to_cpu(rdev->ih.ring[
ring_index
+ 2]) & 0xff;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik_ih.c
251
u32
ring_index
= ih->rptr >> 2;
local in function:cik_ih_decode_iv
254
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
255
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
256
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
257
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
amdgpu_cz_ih.c
230
u32
ring_index
= ih->rptr >> 2;
local in function:cz_ih_decode_iv
233
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
234
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
235
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
236
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
amdgpu_iceland_ih.c
230
u32
ring_index
= ih->rptr >> 2;
local in function:iceland_ih_decode_iv
233
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
234
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
235
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
236
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
amdgpu_si_ih.c
133
u32
ring_index
= ih->rptr >> 2;
local in function:si_ih_decode_iv
136
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
137
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
138
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
139
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
amdgpu_tonga_ih.c
232
u32
ring_index
= ih->rptr >> 2;
local in function:tonga_ih_decode_iv
235
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
236
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
237
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
238
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
amdgpu_irq.c
431
u32
ring_index
= ih->rptr >> 2;
local in function:amdgpu_irq_dispatch
438
entry.iv_entry = (const uint32_t *)__UNVOLATILE(&ih->ring[
ring_index
]);
amdgpu_navi10_ih.c
261
u32
ring_index
= ih->rptr >> 2;
local in function:navi10_ih_decode_iv
264
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
265
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
266
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
267
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
268
dw[4] = le32_to_cpu(ih->ring[
ring_index
+ 4]);
269
dw[5] = le32_to_cpu(ih->ring[
ring_index
+ 5]);
270
dw[6] = le32_to_cpu(ih->ring[
ring_index
+ 6]);
271
dw[7] = le32_to_cpu(ih->ring[
ring_index
+ 7]);
amdgpu_vega10_ih.c
447
u32
ring_index
= ih->rptr >> 2;
local in function:vega10_ih_decode_iv
450
dw[0] = le32_to_cpu(ih->ring[
ring_index
+ 0]);
451
dw[1] = le32_to_cpu(ih->ring[
ring_index
+ 1]);
452
dw[2] = le32_to_cpu(ih->ring[
ring_index
+ 2]);
453
dw[3] = le32_to_cpu(ih->ring[
ring_index
+ 3]);
454
dw[4] = le32_to_cpu(ih->ring[
ring_index
+ 4]);
455
dw[5] = le32_to_cpu(ih->ring[
ring_index
+ 5]);
456
dw[6] = le32_to_cpu(ih->ring[
ring_index
+ 6]);
457
dw[7] = le32_to_cpu(ih->ring[
ring_index
+ 7]);
Completed in 34 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025