Searched refs:IS_WC (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c62 #define IS_WC (1<<1) macro
69 POOL_IS_WC = IS_WC,
72 POOL_IS_WC_DMA32 = IS_WC | IS_DMA32,
317 if (pool->type & IS_WC) {
364 type |= IS_WC;
568 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};

Completed in 72 milliseconds