Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ring.h217 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member
326 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
Damdgpu_ib.c239 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
Dgfx_v6_0.c3486 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
Dgfx_v9_0.c7484 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
7543 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
Dgfx_v7_0.c5044 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
Dgfx_v12_0.c5311 .emit_cntxcntl = gfx_v12_0_ring_emit_cntxcntl,
Dgfx_v8_0.c7000 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
Dgfx_v11_0.c6833 .emit_cntxcntl = gfx_v11_0_ring_emit_cntxcntl,
Dgfx_v10_0.c9765 .emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,