Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h184 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
279 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
Damdgpu_ib.c277 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
Dsdma_v5_2.c1714 .patch_cond_exec = sdma_v5_2_ring_patch_cond_exec,
Dsdma_v5_0.c1731 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
Damdgpu_vm.c1257 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
Dgfx_v8_0.c6973 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
Dgfx_v9_0.c6902 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
Dgfx_v10_0.c9417 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,