emit_cntxcntl     213 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	if (job && ring->funcs->emit_cntxcntl) {
emit_cntxcntl     161 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 	void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags);
emit_cntxcntl     245 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h #define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
emit_cntxcntl    5236 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.emit_cntxcntl = gfx_v10_0_ring_emit_cntxcntl,
emit_cntxcntl    3509 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	.emit_cntxcntl = gfx_v6_ring_emit_cntxcntl,
emit_cntxcntl    5025 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.emit_cntxcntl = gfx_v7_ring_emit_cntxcntl,
emit_cntxcntl    6971 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.emit_cntxcntl = gfx_v8_ring_emit_cntxcntl,
emit_cntxcntl    6237 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.emit_cntxcntl = gfx_v9_ring_emit_cntxcntl,