Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
H A Dttm_bo.h187 bool allow_res_evict; member
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h180 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict);
H A Dxe_bo.c1474 ctx.allow_res_evict = !(flags & XE_BO_FLAG_NO_RESV_EVICT); in ___xe_bo_create_locked()
2022 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict) in xe_bo_validate() argument
2034 ctx.allow_res_evict = allow_res_evict; in xe_bo_validate()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c519 ctx.allow_res_evict = true; in vmw_validation_bo_validate_single()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c785 if (bo->base.resv == ctx->resv && ctx->allow_res_evict) { in ttm_lru_walk_trylock()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c637 .allow_res_evict = bp->type != ttm_bo_type_kernel, in amdgpu_bo_create()