Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c64 IS_CACHED = 1 << 3, enumerator
334 type |= IS_CACHED; in ttm_to_type()
358 if (!(pool->type & IS_CACHED)) { in ttm_dma_page_put()
382 if (npages && !(pool->type & IS_CACHED) && in ttm_dma_pages_put()
557 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init() enumerator