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/
HDamdgpu_ib.c254 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
HDamdgpu_ring.h154 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
HDamdgpu.h1760 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
HDamdgpu_vm.c845 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
HDgfx_v9_0.c4664 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
HDgfx_v8_0.c7203 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,