Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ib.c254 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
H A Damdgpu_ring.h154 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
H A Damdgpu.h1760 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
H A Damdgpu_vm.c845 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
H A Dgfx_v9_0.c4664 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
H A Dgfx_v8_0.c7203 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,