Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_tt.c203 struct page *to_page; in ttm_tt_swapin() local
220 to_page = ttm->pages[i]; in ttm_tt_swapin()
221 if (unlikely(to_page == NULL)) { in ttm_tt_swapin()
226 copy_highpage(to_page, from_page); in ttm_tt_swapin()
257 struct page *to_page; in ttm_tt_swapout() local
275 if (IS_ERR(to_page)) { in ttm_tt_swapout()
276 ret = PTR_ERR(to_page); in ttm_tt_swapout()
279 copy_highpage(to_page, from_page); in ttm_tt_swapout()
280 set_page_dirty(to_page); in ttm_tt_swapout()
281 mark_page_accessed(to_page); in ttm_tt_swapout()
[all …]

Completed in 4 milliseconds