Home
last modified time | relevance | path

Searched refs:xe_bo_is_stolen (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.h206 bool xe_bo_is_stolen(struct xe_bo *bo);
Dxe_bo.c93 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() function
123 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()
Dxe_pt.c668 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()