Searched refs:XE_PL_STOLEN (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/xe/ |
| 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()
|
| 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()
|
| A D | xe_bo.c | 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() 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() [all …]
|
| A D | xe_debugfs.c | 287 man = ttm_manager_type(bdev, XE_PL_STOLEN); in xe_debugfs_register()
|
| A D | xe_bo.h | 78 #define XE_PL_STOLEN (TTM_NUM_MEM_TYPES - 1) macro
|
| A D | xe_ttm_vram_mgr.c | 315 if (mem_type != XE_PL_STOLEN) { in __xe_ttm_vram_mgr_init()
|
| /drivers/gpu/drm/xe/compat-i915-headers/gem/ |
| A D | i915_gem_stolen.h | 72 #define i915_gem_stolen_initialized(xe) (!!ttm_manager_type(&(xe)->ttm, XE_PL_STOLEN))
|
| /drivers/gpu/drm/xe/display/ |
| A D | xe_plane_initial.c | 117 struct ttm_resource_manager *stolen = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in initial_plane_bo()
|
Completed in 24 milliseconds