Symbol: XE_PL_STOLEN
drivers/gpu/drm/xe/display/xe_display_bo.c
127
stolen = ttm_manager_type(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/display/xe_initial_plane.c
67
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
1647
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
2489
place->mem_type = XE_PL_STOLEN;
drivers/gpu/drm/xe/xe_bo.c
280
.mem_type = XE_PL_STOLEN,
drivers/gpu/drm/xe/xe_bo.c
2945
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_bo.c
351
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_bo.c
3710
drm_WARN_ON(&xe->drm, mem_type == XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_bo.c
49
[XE_PL_STOLEN] = "stolen"
drivers/gpu/drm/xe/xe_bo.c
593
if (mem->mem_type == XE_PL_STOLEN) {
drivers/gpu/drm/xe/xe_bo.c
650
} 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
599
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
299
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_res_cursor.h
358
case XE_PL_STOLEN:
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
198
ttm_range_man_fini_nocheck(&xe->ttm, XE_PL_STOLEN);
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
235
ret = ttm_range_man_init_nocheck(&xe->ttm, XE_PL_STOLEN, false,