Searched refs:emit_gfx_shadow (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ib.c | 238 if (ring->funcs->emit_gfx_shadow && adev->gfx.cp_gfx_shadow) in amdgpu_ib_schedule() 294 if (ring->funcs->emit_gfx_shadow && ring->funcs->init_cond_exec && in amdgpu_ib_schedule()
|
| H A D | amdgpu_ring.h | 275 void (*emit_gfx_shadow)(struct amdgpu_ring *ring, u64 shadow_va, u64 csa_va, member 443 #define amdgpu_ring_emit_gfx_shadow(r, s, c, g, i, v) ((r)->funcs->emit_gfx_shadow((r), (s), (c), (…
|
| H A D | gfx_v11_0.c | 7244 .emit_gfx_shadow = gfx_v11_0_ring_emit_gfx_shadow,
|