Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_bo_util.c357 pgprot_t prot = ttm_io_prot(old_mem->placement, in ttm_bo_move_memcpy()
362 pgprot_t prot = ttm_io_prot(new_mem->placement, in ttm_bo_move_memcpy()
447 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) in ttm_io_prot() function
474 EXPORT_SYMBOL(ttm_io_prot);
534 ttm_io_prot(mem->placement, PAGE_KERNEL); in ttm_bo_kmap_ttm()
Dttm_bo_vm.c170 vma->vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
176 ttm_io_prot(bo->mem.placement, vma->vm_page_prot); in ttm_bo_vm_fault()
/linux-2.6.39/include/drm/ttm/
Dttm_bo_driver.h1040 extern pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c558 vma->vm_page_prot = ttm_io_prot(TTM_PL_FLAG_UNCACHED, in vmw_fifo_mmap()