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

/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c64 #define IS_CACHED (1<<3) macro
71 POOL_IS_CACHED = IS_CACHED,
74 POOL_IS_CACHED_DMA32 = IS_CACHED | IS_DMA32,
360 type |= IS_CACHED;
384 if (npages && !(pool->type & IS_CACHED) &&
398 if (!(pool->type & IS_CACHED) && set_pages_array_wb(&d_page->p, 1))
568 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};

Completed in 43 milliseconds