Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c69 #define XE_GGTT_FLAGS_64K BIT(0) macro
118 #define XE_GGTT_FLAGS_64K BIT(0) macro
424 ggtt->flags |= XE_GGTT_FLAGS_64K; in xe_ggtt_init_early()
545 if (ggtt->flags & XE_GGTT_FLAGS_64K) in xe_ggtt_init()
794 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_ggtt_insert_bo_at()