Searched refs:XE_PL_STOLEN (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_ttm_stolen_mgr.c | 239 err = __xe_ttm_vram_mgr_init(xe, &mgr->base, XE_PL_STOLEN, stolen_size, in xe_ttm_stolen_mgr_init() 256 struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in xe_ttm_stolen_io_offset() 322 struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in xe_ttm_stolen_io_mem_reserve() 337 to_stolen_mgr(ttm_manager_type(&xe->ttm, XE_PL_STOLEN)); in xe_ttm_stolen_gpu_offset()
|
| A D | xe_res_cursor.h | 81 case XE_PL_STOLEN: in xe_res_first() 201 case XE_PL_STOLEN: in xe_res_next()
|
| A D | xe_bo.c | 37 [XE_PL_STOLEN] = "stolen" 74 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram() 79 return res->mem_type == XE_PL_STOLEN && IS_DGFX(xe); in resource_is_stolen_vram() 95 return bo->ttm.resource->mem_type == XE_PL_STOLEN; in xe_bo_is_stolen() 214 .mem_type = XE_PL_STOLEN, in try_add_stolen() 271 case XE_PL_STOLEN: in xe_evict_flags() 475 } case XE_PL_STOLEN: in xe_ttm_io_mem_reserve() 990 if (ttm_bo->resource->mem_type == XE_PL_STOLEN) in xe_ttm_io_mem_pfn() 1414 place->mem_type = XE_PL_STOLEN; in __xe_bo_fixed_placement() 1679 if (res->mem_type == XE_PL_STOLEN) in vram_region_gpu_offset() [all …]
|
| A D | xe_debugfs.c | 207 man = ttm_manager_type(bdev, XE_PL_STOLEN); in xe_debugfs_register()
|
| A D | xe_bo.h | 62 #define XE_PL_STOLEN (TTM_NUM_MEM_TYPES - 1) macro
|
| /linux/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
| A D | i915_gem_stolen.h | 67 #define i915_gem_stolen_initialized(xe) (!!ttm_manager_type(&(xe)->ttm, XE_PL_STOLEN))
|
| /linux/drivers/gpu/drm/xe/display/ |
| A D | xe_plane_initial.c | 103 struct ttm_resource_manager *stolen = ttm_manager_type(&xe->ttm, XE_PL_STOLEN); in initial_plane_bo()
|
Completed in 16 milliseconds