Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_memirq.c133 XE_BO_FLAG_NEEDS_UC | in memirq_alloc_pages()
Dxe_bo.h38 #define XE_BO_FLAG_NEEDS_UC BIT(14) macro
Dxe_ggtt.c592 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in xe_ggtt_map_bo()
Dxe_bo.c390 if (bo->flags & XE_BO_FLAG_NEEDS_UC) { in xe_ttm_tt_create()