Searched refs:allow_res_evict (Results 1 – 6 of 6) sorted by relevance
187 bool allow_res_evict; member
180 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict);
1474 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() argument2034 ctx.allow_res_evict = allow_res_evict; in xe_bo_validate()
519 ctx.allow_res_evict = true; in vmw_validation_bo_validate_single()
785 if (bo->base.resv == ctx->resv && ctx->allow_res_evict) { in ttm_lru_walk_trylock()
637 .allow_res_evict = bp->type != ttm_bo_type_kernel, in amdgpu_bo_create()