Lines Matching refs:XE_PL_STOLEN
45 [XE_PL_STOLEN] = "stolen"
84 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram()
89 return res->mem_type == XE_PL_STOLEN && IS_DGFX(xe); in resource_is_stolen_vram()
105 return bo->ttm.resource->mem_type == XE_PL_STOLEN; in xe_bo_is_stolen()
163 xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type)); in mem_type_to_migrate()
164 tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)]; in mem_type_to_migrate()
257 .mem_type = XE_PL_STOLEN, in try_add_stolen()
328 case XE_PL_STOLEN: in xe_evict_flags()
607 } case XE_PL_STOLEN: in xe_ttm_io_mem_reserve()
1420 if (ttm_bo->resource->mem_type == XE_PL_STOLEN) in xe_ttm_io_mem_pfn()
1976 place->mem_type = XE_PL_STOLEN; in __xe_bo_fixed_placement()
2258 case XE_PL_STOLEN: in vram_region_gpu_offset()
2932 drm_WARN_ON(&xe->drm, mem_type == XE_PL_STOLEN); in xe_bo_migrate()