Home
last modified time | relevance | path

Searched refs:patch_cond_exec (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c288 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()
H A Damdgpu_ring.h210 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))
H A Damdgpu_vm.c688 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
H A Dsdma_v5_0.c1792 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
H A Dsdma_v5_2.c1733 .patch_cond_exec = sdma_v5_2_ring_patch_cond_exec,
H A Dsdma_v6_0.c1587 .patch_cond_exec = sdma_v6_0_ring_patch_cond_exec,
H A Dgfx_v9_0.c6909 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
6964 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
H A Dgfx_v8_0.c6936 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
H A Dgfx_v11_0.c6130 .patch_cond_exec = gfx_v11_0_ring_emit_patch_cond_exec,
H A Dgfx_v10_0.c9191 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h180 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
278 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
H A Damdgpu_ib.c282 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
H A Dsdma_v5_2.c1647 .patch_cond_exec = sdma_v5_2_ring_patch_cond_exec,
H A Dsdma_v5_0.c1659 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
H A Damdgpu_vm.c1169 if (ring->funcs->patch_cond_exec) in amdgpu_vm_flush()
H A Dgfx_v9_0.c6780 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,
H A Dgfx_v8_0.c6903 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
H A Dgfx_v10_0.c8617 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,

Completed in 82 milliseconds