Home
last modified time | relevance | path

Searched refs:sys_placement (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c55 static struct ttm_placement sys_placement = { variable
308 *placement = device_unplugged ? purge_placement : sys_placement; in xe_evict_flags()
314 *placement = sys_placement; in xe_evict_flags()
335 *placement = sys_placement; in xe_evict_flags()
1000 lret = ttm_bo_mem_space(bo, &sys_placement, &new_resource, ctx); in xe_bo_shrink_purge()
1908 bo->flags & XE_BO_FLAG_DEFER_BACKING) ? &sys_placement : in ___xe_bo_create_locked()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c1073 static struct ttm_placement sys_placement = { in ttm_bo_shrink() local
1083 int ret = ttm_bo_validate(bo, &sys_placement, ctx); in ttm_bo_shrink()