Searched refs:xe_bo_is_stolen (Results 1 – 4 of 4) sorted by relevance
278 bool xe_bo_is_stolen(struct xe_bo *bo);
103 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() function133 return xe_bo_is_stolen(bo) && in xe_bo_is_stolen_devmem()2484 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
699 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in xe_ggtt_map_bo()
761 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
Completed in 17 milliseconds