Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ring.h192 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))
A Damdgpu_ib.c222 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
A Dgfx_v6_0.c3523 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
A Dgfx_v7_0.c5081 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
A Dgfx_v8_0.c6975 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
A Dgfx_v9_0.c6941 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
A Dgfx_v10_0.c9407 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,

Completed in 56 milliseconds