Searched refs:allow_res_evict (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 231 .allow_res_evict = false, in xe_gem_prime_export()
|
| H A D | xe_bo.c | 2413 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 D | xe_bo.h | 232 int xe_bo_validate(struct xe_bo *bo, struct xe_vm *vm, bool allow_res_evict,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_dma_buf.c | 425 .allow_res_evict = false, in amdgpu_gem_prime_export()
|
| H A D | amdgpu_object.c | 639 .allow_res_evict = bp->type != ttm_bo_type_kernel, in amdgpu_bo_create()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_validation.c | 521 ctx.allow_res_evict = true; in vmw_validation_bo_validate_single()
|