Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/tests/
A Dttm_pool_test.c271 enum ttm_caching tt_caching = ttm_uncached; in ttm_pool_alloc_caching_mismatch() local
280 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()
282 tt = ttm_tt_kunit_init(test, 0, tt_caching, size); in ttm_pool_alloc_caching_mismatch()
/drivers/gpu/drm/ttm/
A Dttm_pool.c84 enum ttm_caching tt_caching; member
227 switch (alloc->tt_caching) { in ttm_pool_apply_caching()
572 if (restore->page_caching == alloc->tt_caching || PageHighMem(restore->alloced_page)) in ttm_pool_restore_commit()
614 caching_consistent = (page_caching == alloc->tt_caching) || PageHighMem(p); in ttm_pool_page_allocated()
687 alloc->tt_caching = tt->caching; in ttm_pool_alloc_state_init()

Completed in 8 milliseconds