Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_bo.h278 bool xe_bo_is_stolen(struct xe_bo *bo);
A Dxe_bo.c103 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() function
133 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()
A Dxe_ggtt.c699 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in xe_ggtt_map_bo()
A Dxe_pt.c761 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()

Completed in 17 milliseconds