Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_GGTT_ALL (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h60 #define XE_BO_FLAG_GGTT_ALL (XE_BO_FLAG_GGTT0 | \ macro
H A Dxe_guc.c494 XE_BO_FLAG_GGTT_ALL | in guc_g2g_alloc()
H A Dxe_bo.c2325 if ((flags & XE_BO_FLAG_GGTT_ALL) && !(flags & XE_BO_FLAG_GGTT)) { in xe_bo_init_locked()
2531 if (!(bo->flags & XE_BO_FLAG_GGTT_ALL)) { in __xe_bo_create_locked()