Searched refs:allow_res_evict (Results 1 – 4 of 4) sorted by relevance
219 .allow_res_evict = false, in xe_gem_prime_export()
2376 ctx.allow_res_evict = !(flags & XE_BO_FLAG_NO_RESV_EVICT); in xe_bo_init_locked()3115 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict, in xe_bo_validate() argument3132 ctx.allow_res_evict = allow_res_evict; in xe_bo_validate()3136 xe_vm_set_validating(vm, allow_res_evict); in xe_bo_validate()3140 xe_vm_clear_validating(vm, allow_res_evict); in xe_bo_validate()
520 ctx.allow_res_evict = true; in vmw_validation_bo_validate_single()
833 if (bo->base.resv == ctx->resv && ctx->allow_res_evict) { in ttm_lru_walk_trylock()