Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/ttm/
Dttm_set_memory.h55 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() function
105 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() function
131 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() function
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_tt.c129 ret = ttm_set_pages_wb(p, 1); in ttm_tt_set_page_caching()
Dttm_page_alloc.c259 if (ttm_set_pages_wb(pages[i], pages_nr)) in ttm_pages_put()
Dttm_page_alloc_dma.c361 if (ttm_set_pages_wb(page, num_pages)) in ttm_dma_page_put()