Searched refs:xe_bo_is_stolen (Results 1 – 3 of 3) sorted by relevance
206 bool xe_bo_is_stolen(struct xe_bo *bo);
93 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() function123 return xe_bo_is_stolen(bo) && in xe_bo_is_stolen_devmem()954 if (WARN_ON(!bo->ttm.ttm && !xe_bo_is_stolen(bo))) in xe_bo_restore_pinned()1893 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
668 if (!xe_vma_has_no_bo(vma) && xe_bo_is_stolen(bo)) in xe_pt_stage_bind()677 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()