Searched refs:emit_gfx_shadow (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c6216 .emit_gfx_shadow = gfx_v11_0_ring_emit_gfx_shadow,
H A Damdgpu_ring.h218 void (*emit_gfx_shadow)(struct amdgpu_ring *ring, u64 shadow_va, u64 csa_va, member in struct:amdgpu_ring_funcs
325 #define amdgpu_ring_emit_gfx_shadow(r, s, c, g, i, v) ((r)->funcs->emit_gfx_shadow((r), (s), (c), (g), (i), (v)))
H A Damdgpu_ib.c226 if (ring->funcs->emit_gfx_shadow)
282 if (ring->funcs->emit_gfx_shadow && ring->funcs->init_cond_exec) {

Completed in 203 milliseconds