Searched refs:emit_cntxcntl (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 218 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member 330 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
|
| H A D | amdgpu_ib.c | 237 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
|
| H A D | gfx_v6_0.c | 3488 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
|
| H A D | gfx_v9_0.c | 7496 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl, 7555 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
|
| H A D | gfx_v7_0.c | 5044 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
|
| H A D | gfx_v12_0.c | 5288 .emit_cntxcntl = gfx_v12_0_ring_emit_cntxcntl,
|
| H A D | gfx_v8_0.c | 6974 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
|
| H A D | gfx_v11_0.c | 6880 .emit_cntxcntl = gfx_v11_0_ring_emit_cntxcntl,
|
| H A D | gfx_v10_0.c | 9835 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,
|