Home
last modified time | relevance | path

Searched refs:emit_gfx_shadow (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c226 if (ring->funcs->emit_gfx_shadow) in amdgpu_ib_schedule()
281 if (ring->funcs->emit_gfx_shadow) { in amdgpu_ib_schedule()
H A Damdgpu_ring.h216 void (*emit_gfx_shadow)(struct amdgpu_ring *ring, u64 shadow_va, u64 csa_va, member
320 #define amdgpu_ring_emit_gfx_shadow(r, s, c, g, i, v) ((r)->funcs->emit_gfx_shadow((r), (s), (c), (…
H A Dgfx_v11_0.c6123 .emit_gfx_shadow = gfx_v11_0_ring_emit_gfx_shadow,