patch_cond_exec 263 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c if (patch_offset != ~0 && ring->funcs->patch_cond_exec) patch_cond_exec 156 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset); patch_cond_exec 253 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o)) patch_cond_exec 1114 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c if (ring->funcs->patch_cond_exec) patch_cond_exec 5238 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c .patch_cond_exec = gfx_v10_0_ring_emit_patch_cond_exec, patch_cond_exec 6973 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c .patch_cond_exec = gfx_v8_0_ring_emit_patch_cond_exec, patch_cond_exec 6239 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c .patch_cond_exec = gfx_v9_0_ring_emit_patch_cond_exec, patch_cond_exec 1636 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c .patch_cond_exec = sdma_v5_0_ring_patch_cond_exec,