Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h235 bool xe_bo_is_stolen(struct xe_bo *bo);
H A 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()
975 if (WARN_ON(!bo->ttm.ttm && !xe_bo_is_stolen(bo))) in xe_bo_restore_pinned()
2066 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
H A Dxe_pt.c676 if (!xe_vma_has_no_bo(vma) && xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
685 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()