Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_STOLEN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dxe_stolen.c23 u32 flags = XE_BO_FLAG_PINNED | XE_BO_FLAG_STOLEN; in xe_stolen_insert_node_in_range()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c206 if (bo_flags & XE_BO_FLAG_STOLEN) in force_contiguous()
289 if (bo_flags & XE_BO_FLAG_STOLEN) { in try_add_stolen()
2330 if (flags & (XE_BO_FLAG_VRAM_MASK | XE_BO_FLAG_STOLEN) && in xe_bo_init_locked()
2457 vram_stolen_flags = (flags & (XE_BO_FLAG_STOLEN)) | vram_flag; in __xe_bo_fixed_placement()
2467 if (flags & XE_BO_FLAG_STOLEN) in __xe_bo_fixed_placement()
2532 if (!tile && flags & XE_BO_FLAG_STOLEN) in __xe_bo_create_locked()
2713 if (flags & XE_BO_FLAG_STOLEN && in xe_bo_create_pin_map_at_aligned()
H A Dxe_bo.h28 #define XE_BO_FLAG_STOLEN BIT(4) macro
H A Dxe_gsc.c474 XE_BO_FLAG_STOLEN | in xe_gsc_init_post_hwconfig()