HomeSort by: relevance | last modified time | path
    Searched refs:patch_cond_exec (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.h 160 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); member in struct:amdgpu_ring_funcs
257 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
amdgpu_ib.c 268 if (patch_offset != ~0 && ring->funcs->patch_cond_exec)
amdgpu_sdma_v5_0.c 1621 .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,
amdgpu_vm.c 1169 if (ring->funcs->patch_cond_exec)
amdgpu_gfx_v10_0.c 5195 .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec,
amdgpu_gfx_v8_0.c 6946 .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec,
amdgpu_gfx_v9_0.c 6485 .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec,

Completed in 28 milliseconds