Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c222 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
Damdgpu.h320 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member
2281 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))