Searched refs:XE_PL_STOLEN (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_ttm_stolen_mgr.c | 244 err = __xe_ttm_vram_mgr_init(xe, &mgr->base, XE_PL_STOLEN, stolen_size, in xe_ttm_stolen_mgr_init() 263 struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in xe_ttm_stolen_io_offset() 329 struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in xe_ttm_stolen_io_mem_reserve() 344 to_stolen_mgr(ttm_manager_type(&xe->ttm, XE_PL_STOLEN)); in xe_ttm_stolen_gpu_offset()
|
| H A D | xe_res_cursor.h | 104 case XE_PL_STOLEN: in xe_res_first() 291 case XE_PL_STOLEN: in xe_res_next() 346 case XE_PL_STOLEN: in xe_res_is_vram()
|
| H A D | xe_bo.c | 43 [XE_PL_STOLEN] = "stolen" 80 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram() 85 return res->mem_type == XE_PL_STOLEN && IS_DGFX(xe); in resource_is_stolen_vram() 101 return bo->ttm.resource->mem_type == XE_PL_STOLEN; in xe_bo_is_stolen() 246 .mem_type = XE_PL_STOLEN, in try_add_stolen() 310 case XE_PL_STOLEN: in xe_evict_flags() 575 } case XE_PL_STOLEN: in xe_ttm_io_mem_reserve() 1234 if (ttm_bo->resource->mem_type == XE_PL_STOLEN) in xe_ttm_io_mem_pfn() 1781 place->mem_type = XE_PL_STOLEN; in __xe_bo_fixed_placement() 2076 if (res->mem_type == XE_PL_STOLEN) in vram_region_gpu_offset() [all …]
|
| H A D | xe_debugfs.c | 228 man = ttm_manager_type(bdev, XE_PL_STOLEN); in xe_debugfs_register()
|
| H A D | xe_bo.h | 75 #define XE_PL_STOLEN (TTM_NUM_MEM_TYPES - 1) macro
|
| H A D | xe_ttm_vram_mgr.c | 315 if (mem_type != XE_PL_STOLEN) { in __xe_ttm_vram_mgr_init()
|
| /linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
| H A D | i915_gem_stolen.h | 72 #define i915_gem_stolen_initialized(xe) (!!ttm_manager_type(&(xe)->ttm, XE_PL_STOLEN))
|
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | xe_plane_initial.c | 120 struct ttm_resource_manager *stolen = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in initial_plane_bo()
|