Searched refs:XE_GGTT_FLAGS_64K (Results 1 – 3 of 3) sorted by relevance
28 #define XE_GGTT_FLAGS_64K BIT(0) macro
233 ggtt->flags |= XE_GGTT_FLAGS_64K; in xe_ggtt_init_early()365 if (ggtt->flags & XE_GGTT_FLAGS_64K) in xe_ggtt_init()614 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_ggtt_insert_bo_at()
203 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_pin_fb_vma_ggtt()