Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h234 void (*patch_ce)(struct amdgpu_ring *ring, unsigned offset); member
331 #define amdgpu_ring_patch_ce(r, o) ((r)->funcs->patch_ce((r), (o)))
H A Dgfx_v9_0.c6979 .patch_ce = gfx_v9_0_ring_patch_ce_meta,