Searched refs:ttm_set_pages_caching (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_page_alloc.c | 447 static int ttm_set_pages_caching(struct page **pages, in ttm_set_pages_caching() function 521 r = ttm_set_pages_caching(caching_array, in ttm_alloc_new_pages() 546 r = ttm_set_pages_caching(caching_array, in ttm_alloc_new_pages() 560 r = ttm_set_pages_caching(caching_array, cstate, cpages); in ttm_alloc_new_pages()
|
H A D | ttm_page_alloc_dma.c | 270 static int ttm_set_pages_caching(struct dma_pool *pool, in ttm_set_pages_caching() function 738 r = ttm_set_pages_caching(pool, caching_array, in ttm_dma_pool_alloc_new_pages() 764 r = ttm_set_pages_caching(pool, caching_array, in ttm_dma_pool_alloc_new_pages() 778 r = ttm_set_pages_caching(pool, caching_array, cpages); in ttm_dma_pool_alloc_new_pages()
|