Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c253 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
Damdgpu_ring.h154 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
Damdgpu.h1734 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
Damdgpu_vm.c773 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
Dgfx_v9_0.c4679 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
Dgfx_v8_0.c7185 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,