Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_stolen.c56 return ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in xe_stolen_initialized()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c49 [XE_PL_STOLEN] = "stolen"
92 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram()
97 return res->mem_type == XE_PL_STOLEN && IS_DGFX(xe); in resource_is_stolen_vram()
113 return bo->ttm.resource->mem_type == XE_PL_STOLEN; in xe_bo_is_stolen()
171 xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type)); in mem_type_to_migrate()
172 tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)]; in mem_type_to_migrate()
293 .mem_type = XE_PL_STOLEN, in try_add_stolen()
364 case XE_PL_STOLEN: in xe_evict_flags()
657 } case XE_PL_STOLEN: in xe_ttm_io_mem_reserve()
1642 if (ttm_bo->resource->mem_type == XE_PL_STOLEN) in xe_ttm_io_mem_pfn()
[all …]
H A Dxe_bo.h84 #define XE_PL_STOLEN (TTM_NUM_MEM_TYPES - 1) macro