Home
last modified time | relevance | path

Searched refs:amdgpu_ring_patch_ce (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring_mux.c114 amdgpu_ring_patch_ce(e->ring, chunk->ce_offset); in amdgpu_mux_resubmit_chunks()
Damdgpu_ring.h331 #define amdgpu_ring_patch_ce(r, o) ((r)->funcs->patch_ce((r), (o))) macro