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.h46 #define XE_BO_FLAG_GGTT_ALL (XE_BO_FLAG_GGTT0 | \ macro
H A Dxe_bo.c1429 if ((flags & XE_BO_FLAG_GGTT_ALL) && !(flags & XE_BO_FLAG_GGTT)) in ___xe_bo_create_locked()
1625 if (!(bo->flags & XE_BO_FLAG_GGTT_ALL)) { in __xe_bo_create_locked()
H A Dxe_guc.c483 XE_BO_FLAG_GGTT_ALL | in guc_g2g_alloc()