Searched refs:emit_cntxcntl (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c6904 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
6958 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
H A Dgfx_v11_0.c6215 .emit_cntxcntl = gfx_v11_0_ring_emit_cntxcntl,
H A Dgfx_v10_0.c9363 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,
H A Dgfx_v8_0.c6924 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
H A Dgfx_v7_0.c5012 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
H A Damdgpu_ring.h217 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member in struct:amdgpu_ring_funcs
324 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
H A Damdgpu_ib.c239 if (job && ring->funcs->emit_cntxcntl) {
H A Dgfx_v6_0.c3487 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,

Completed in 353 milliseconds