Searched refs:ttm_prot_from_caching (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/drm/ttm/
H A Dttm_caching.h53 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_module.c55 * ttm_prot_from_caching - Modify the page protection according to the
62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) function
H A Dttm_tt.c460 iter_tt->prot = ttm_prot_from_caching(tt->caching, PAGE_KERNEL);
H A Dttm_bo_util.c305 return ttm_prot_from_caching(caching, tmp);

Completed in 250 milliseconds