Searched refs:ttm_set_pages_caching (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ttm/ | 
| D | ttm_page_alloc.c | 442 static int ttm_set_pages_caching(struct page **pages,  in ttm_set_pages_caching()  function516 				r = ttm_set_pages_caching(caching_array,  in ttm_alloc_new_pages()
 541 				r = ttm_set_pages_caching(caching_array,  in ttm_alloc_new_pages()
 555 		r = ttm_set_pages_caching(caching_array, cstate, cpages);  in ttm_alloc_new_pages()
 
 | 
| D | ttm_page_alloc_dma.c | 266 static int ttm_set_pages_caching(struct dma_pool *pool,  in ttm_set_pages_caching()  function734 				r = ttm_set_pages_caching(pool, caching_array,  in ttm_dma_pool_alloc_new_pages()
 760 				r = ttm_set_pages_caching(pool, caching_array,  in ttm_dma_pool_alloc_new_pages()
 774 		r = ttm_set_pages_caching(pool, caching_array, cpages);  in ttm_dma_pool_alloc_new_pages()
 
 |