Searched refs:emit_cntxcntl (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 185 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member 270 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
|
H A D | amdgpu_ib.c | 224 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
|
H A D | gfx_v6_0.c | 3520 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
|
H A D | gfx_v7_0.c | 5070 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
|
H A D | gfx_v9_0.c | 6778 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
|
H A D | gfx_v8_0.c | 6901 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
|
H A D | gfx_v10_0.c | 8615 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 215 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member 319 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
|
H A D | amdgpu_ib.c | 238 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
|
H A D | gfx_v6_0.c | 3485 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
|
H A D | gfx_v9_0.c | 6907 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl, 6962 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
|
H A D | gfx_v7_0.c | 5010 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
|
H A D | gfx_v8_0.c | 6934 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
|
H A D | gfx_v11_0.c | 6127 .emit_cntxcntl = gfx_v11_0_ring_emit_cntxcntl,
|
H A D | gfx_v10_0.c | 9189 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,
|
Completed in 78 milliseconds