Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c201 if (job && ring->funcs->emit_cntxcntl) { in amdgpu_ib_schedule()
Damdgpu_ring.h159 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags); member
Damdgpu.h1726 #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
Dgfx_v6_0.c3500 .emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
Dgfx_v7_0.c5089 .emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
Dgfx_v9_0.c4677 .emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,
Dgfx_v8_0.c7183 .emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,