Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
H A Dttm_caching.h55 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c524 iter_tt->prot = ttm_prot_from_caching(tt->caching, PAGE_KERNEL); in ttm_kmap_iter_tt_init()
H A Dttm_bo_util.c310 return ttm_prot_from_caching(caching, tmp); in ttm_io_prot()