Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
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) { in ttm_set_pages_caching()
365 type |= IS_UC; in ttm_to_type()
578 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED}; in ttm_dma_pool_init() enumerator