Searched refs:patch_cond_exec (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ib.c | 288 if (ce_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule() 305 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
|
D | amdgpu_ring.h | 210 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member 328 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
|
D | sdma_v5_2.c | 1705 .patch_cond_exec = sdma_v5_2_ring_patch_cond_exec,
|
D | sdma_v6_0.c | 1587 .patch_cond_exec = sdma_v6_0_ring_patch_cond_exec,
|
D | sdma_v5_0.c | 1792 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
|
D | amdgpu_vm.c | 687 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
|
D | gfx_v9_0.c | 6901 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec, 6956 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
|
D | gfx_v11_0.c | 6122 .patch_cond_exec = gfx_v11_0_ring_emit_patch_cond_exec,
|
D | gfx_v8_0.c | 6936 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
|
D | gfx_v10_0.c | 9196 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,
|