Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c65 IS_CACHED = 1 << 3, enumerator
331 type |= IS_CACHED; in ttm_to_type()
355 if (!(pool->type & IS_CACHED)) { in ttm_dma_page_put()
379 if (npages && !(pool->type & IS_CACHED) && in ttm_dma_pages_put()
560 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init() enumerator