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

/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c63 #define IS_UC (1<<2) macro
70 POOL_IS_UC = IS_UC,
73 POOL_IS_UC_DMA32 = IS_UC | IS_DMA32,
311 if (pool->type & IS_UC) {
362 type |= IS_UC;
568 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};

Completed in 72 milliseconds