Home
last modified time | relevance | path

Searched refs:allow_res_evict (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c231 .allow_res_evict = false, in xe_gem_prime_export()
H A Dxe_bo.c2413 ctx.allow_res_evict = !(flags & XE_BO_FLAG_NO_RESV_EVICT); in xe_bo_init_locked()
3309 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict, in xe_bo_validate() argument
3326 ctx.allow_res_evict = allow_res_evict; in xe_bo_validate()
3330 xe_vm_set_validating(vm, allow_res_evict); in xe_bo_validate()
3334 xe_vm_clear_validating(vm, allow_res_evict); in xe_bo_validate()
H A Dxe_bo.h232 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c425 .allow_res_evict = false, in amdgpu_gem_prime_export()
H A Damdgpu_object.c639 .allow_res_evict = bp->type != ttm_bo_type_kernel, in amdgpu_bo_create()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c521 ctx.allow_res_evict = true; in vmw_validation_bo_validate_single()