Home
last modified time | relevance | path

Searched refs:ttm_io_prot (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c282 pgprot_t prot = ttm_io_prot(old_mem->placement, in ttm_bo_move_memcpy()
287 pgprot_t prot = ttm_io_prot(new_mem->placement, in ttm_bo_move_memcpy()
387 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) in ttm_io_prot() function
411 EXPORT_SYMBOL(ttm_io_prot); variable
469 prot = ttm_io_prot(mem->placement, PAGE_KERNEL); in ttm_bo_kmap_ttm()
H A Dttm_bo_vm.c333 prot = ttm_io_prot(bo->mem.placement, prot); in ttm_bo_vm_fault_reserved()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c281 * ttm_io_prot
290 pgprot_t ttm_io_prot(struct ttm_buffer_object *bo, struct ttm_resource *res, in ttm_io_prot() function
301 EXPORT_SYMBOL(ttm_io_prot); variable
363 prot = ttm_io_prot(bo, mem, PAGE_KERNEL); in ttm_bo_kmap_ttm()
509 prot = ttm_io_prot(bo, mem, PAGE_KERNEL); in ttm_bo_vmap()
H A Dttm_bo_vm.c218 prot = ttm_io_prot(bo, bo->resource, prot); in ttm_bo_vm_fault_reserved()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c487 d.dst_prot = ttm_io_prot(dst->mem.placement, PAGE_KERNEL); in vmw_bo_cpu_blit()
488 d.src_prot = ttm_io_prot(src->mem.placement, PAGE_KERNEL); in vmw_bo_cpu_blit()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c488 d.dst_prot = ttm_io_prot(dst, dst->resource, PAGE_KERNEL); in vmw_bo_cpu_blit()
489 d.src_prot = ttm_io_prot(src, src->resource, PAGE_KERNEL); in vmw_bo_cpu_blit()
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_driver.h670 * ttm_io_prot
678 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
/kernel/linux/linux-6.6/include/drm/ttm/
H A Dttm_bo.h423 pgprot_t ttm_io_prot(struct ttm_buffer_object *bo, struct ttm_resource *res,

Completed in 8 milliseconds