Home
last modified time | relevance | path

Searched refs:dst_map (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/ttm/
A Dttm_bo_util.c95 struct iosys_map src_map, dst_map; in ttm_move_memcpy() local
105 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
106 if (dst_map.is_iomem) in ttm_move_memcpy()
107 memset_io(dst_map.vaddr_iomem, 0, PAGE_SIZE); in ttm_move_memcpy()
109 memset(dst_map.vaddr, 0, PAGE_SIZE); in ttm_move_memcpy()
111 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
117 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
120 drm_memcpy_from_wc(&dst_map, &src_map, PAGE_SIZE); in ttm_move_memcpy()
125 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
/drivers/gpu/drm/sitronix/
A Dst7586.c74 struct iosys_map dst_map, vmap; in st7586_xrgb8888_to_gray332() local
80 iosys_map_set_vaddr(&dst_map, buf); in st7586_xrgb8888_to_gray332()
82 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, clip, fmtcnv_state); in st7586_xrgb8888_to_gray332()
/drivers/gpu/drm/
A Ddrm_mipi_dbi.c212 struct iosys_map dst_map = IOSYS_MAP_INIT_VADDR(dst); in mipi_dbi_buf_copy() local
222 drm_fb_swab(&dst_map, NULL, src, fb, clip, !drm_gem_is_imported(gem), in mipi_dbi_buf_copy()
225 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
228 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
234 drm_fb_xrgb8888_to_rgb565be(&dst_map, NULL, src, fb, clip, in mipi_dbi_buf_copy()
237 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, src, fb, clip, in mipi_dbi_buf_copy()
242 drm_fb_xrgb8888_to_rgb888(&dst_map, NULL, src, fb, clip, fmtcnv_state); in mipi_dbi_buf_copy()
/drivers/pci/endpoint/functions/
A Dpci-epf-test.c342 struct pci_epc_map src_map, dst_map; in pci_epf_test_copy() local
378 dst_addr, copy_size, &dst_map); in pci_epf_test_copy()
387 map_size = min_t(size_t, dst_map.pci_size, src_map.pci_size); in pci_epf_test_copy()
392 dst_map.phys_addr, src_map.phys_addr, in pci_epf_test_copy()
400 memcpy_toio(dst_map.virt_addr, buf, map_size); in pci_epf_test_copy()
409 pci_epc_mem_unmap(epc, epf->func_no, epf->vfunc_no, &dst_map); in pci_epf_test_copy()
419 pci_epc_mem_unmap(epc, epf->func_no, epf->vfunc_no, &dst_map); in pci_epf_test_copy()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_blit.c466 struct iosys_map dst_map = {0}; in vmw_external_bo_copy() local
480 vdst = map_external(dst, &dst_map); in vmw_external_bo_copy()
512 unmap_external(dst, &dst_map); in vmw_external_bo_copy()
/drivers/gpu/drm/gud/
A Dgud_pipe.c61 struct iosys_map dst_map, vmap; in gud_xrgb8888_to_r124() local
77 iosys_map_set_vaddr(&dst_map, buf); in gud_xrgb8888_to_r124()
79 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, rect, fmtcnv_state); in gud_xrgb8888_to_r124()

Completed in 31 milliseconds