Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fbdev_fb.c46 XE_BO_FLAG_STOLEN | in intel_fbdev_fb_alloc()
87 if (obj->flags & XE_BO_FLAG_STOLEN) in intel_fbdev_fb_fill_info()
Dxe_plane_initial.c108 flags |= XE_BO_FLAG_STOLEN; in initial_plane_bo()
Dxe_fb_pin.c109 XE_BO_FLAG_STOLEN | in __xe_pin_fb_vma_dpt()
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/gem/
Di915_gem_stolen.h20 u32 flags = XE_BO_FLAG_PINNED | XE_BO_FLAG_STOLEN; in i915_gem_stolen_insert_node_in_range()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c210 if (bo_flags & XE_BO_FLAG_STOLEN) { in try_add_stolen()
1288 if (flags & (XE_BO_FLAG_VRAM_MASK | XE_BO_FLAG_STOLEN) && in ___xe_bo_create_locked()
1406 switch (flags & (XE_BO_FLAG_STOLEN | XE_BO_FLAG_VRAM_MASK)) { in __xe_bo_fixed_placement()
1413 case XE_BO_FLAG_STOLEN: in __xe_bo_fixed_placement()
1475 if (!tile && flags & XE_BO_FLAG_STOLEN) in __xe_bo_create_locked()
1551 if (flags & XE_BO_FLAG_STOLEN && in xe_bo_create_pin_map_at()
Dxe_bo.h25 #define XE_BO_FLAG_STOLEN BIT(4) macro
Dxe_gsc.c477 XE_BO_FLAG_STOLEN | in xe_gsc_init_post_hwconfig()