Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c113 enum ttm_caching page_caching; member
627 dma_addr, restore->page_caching); in ttm_pool_restore_commit()
635 if (restore->page_caching == alloc->tt_caching || PageHighMem(restore->alloced_page)) in ttm_pool_restore_commit()
647 enum ttm_caching page_caching, in ttm_pool_page_allocated_restore() argument
655 restore->page_caching = page_caching; in ttm_pool_page_allocated_restore()
669 struct page *p, enum ttm_caching page_caching, in ttm_pool_page_allocated() argument
677 caching_consistent = (page_caching == alloc->tt_caching) || PageHighMem(p); in ttm_pool_page_allocated()
692 ttm_pool_page_allocated_restore(pool, order, p, page_caching, in ttm_pool_page_allocated()
768 enum ttm_caching page_caching; in __ttm_pool_alloc() local
790 page_caching = tt->caching; in __ttm_pool_alloc()
[all …]