Symbol: XE_PL_STOLEN
drivers/gpu/drm/xe/display/xe_initial_plane.c
86
struct ttm_resource_manager *stolen = ttm_manager_type(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/display/xe_stolen.c
56
return ttm_manager_type(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_bo.c
113
return bo->ttm.resource->mem_type == XE_PL_STOLEN;
drivers/gpu/drm/xe/xe_bo.c
1506
if (ttm_bo->resource->mem_type == XE_PL_STOLEN)
drivers/gpu/drm/xe/xe_bo.c
171
xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type));
drivers/gpu/drm/xe/xe_bo.c
172
tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)];
drivers/gpu/drm/xe/xe_bo.c
2293
place->mem_type = XE_PL_STOLEN;
drivers/gpu/drm/xe/xe_bo.c
2749
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_bo.c
293
.mem_type = XE_PL_STOLEN,
drivers/gpu/drm/xe/xe_bo.c
3456
drm_WARN_ON(&xe->drm, mem_type == XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_bo.c
364
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_bo.c
49
[XE_PL_STOLEN] = "stolen"
drivers/gpu/drm/xe/xe_bo.c
659
} case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_bo.c
92
return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN;
drivers/gpu/drm/xe/xe_bo.c
97
return res->mem_type == XE_PL_STOLEN && IS_DGFX(xe);
drivers/gpu/drm/xe/xe_debugfs.c
564
man = ttm_manager_type(bdev, XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_res_cursor.h
104
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_res_cursor.h
291
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_res_cursor.h
346
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
247
err = __xe_ttm_vram_mgr_init(xe, &mgr->base, XE_PL_STOLEN, stolen_size,
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
266
struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
332
struct ttm_resource_manager *ttm_mgr = ttm_manager_type(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
347
to_stolen_mgr(ttm_manager_type(&xe->ttm, XE_PL_STOLEN));
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
315
if (mem_type != XE_PL_STOLEN) {