Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c289 amdgpu_ring_patch_cond_exec(ring, ce_offset); in amdgpu_ib_schedule()
306 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_ib_schedule()
Damdgpu_ring.h328 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o)) macro
Damdgpu_vm.c688 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_vm_flush()