Home
last modified time | relevance | path

Searched refs:patch_cond_exec (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ring.h209 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
317 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
A Damdgpu_ib.c278 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
A Dsdma_v6_0.c1558 .patch_cond_exec = sdma_v6_0_ring_patch_cond_exec,
A Dsdma_v5_2.c1684 .patch_cond_exec = sdma_v5_2_ring_patch_cond_exec,
A Dsdma_v5_0.c1796 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
A Damdgpu_vm.c604 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
A Dgfx_v9_0.c6791 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
6847 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
A Dgfx_v8_0.c6936 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
A Dgfx_v11_0.c6213 .patch_cond_exec = gfx_v11_0_ring_emit_patch_cond_exec,
A Dgfx_v10_0.c9301 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,

Completed in 67 milliseconds