Home
last modified time | relevance | path

Searched refs:emit_cntxcntl (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h274 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member
442 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
H A Damdgpu_ib.c251 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
H A Dgfx_v6_0.c3476 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
H A Dgfx_v7_0.c4936 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
H A Dgfx_v12_0.c5512 .emit_cntxcntl = gfx_v12_0_ring_emit_cntxcntl,
H A Dgfx_v11_0.c7243 .emit_cntxcntl = gfx_v11_0_ring_emit_cntxcntl,
H A Dgfx_v10_0.c9874 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,