Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_bo_util.c91 struct iosys_map src_map, dst_map; in ttm_move_memcpy() local
101 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
102 if (dst_map.is_iomem) in ttm_move_memcpy()
103 memset_io(dst_map.vaddr_iomem, 0, PAGE_SIZE); in ttm_move_memcpy()
105 memset(dst_map.vaddr, 0, PAGE_SIZE); in ttm_move_memcpy()
107 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
113 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
116 drm_memcpy_from_wc(&dst_map, &src_map, PAGE_SIZE); in ttm_move_memcpy()
121 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
/linux-6.12.1/drivers/gpu/drm/tiny/
Dst7586.c73 struct iosys_map dst_map, vmap; in st7586_xrgb8888_to_gray332() local
79 iosys_map_set_vaddr(&dst_map, buf); in st7586_xrgb8888_to_gray332()
81 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, clip, fmtcnv_state); in st7586_xrgb8888_to_gray332()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_mipi_dbi.c211 struct iosys_map dst_map = IOSYS_MAP_INIT_VADDR(dst); in mipi_dbi_buf_copy() local
221 drm_fb_swab(&dst_map, NULL, src, fb, clip, !gem->import_attach, in mipi_dbi_buf_copy()
224 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
227 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
232 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, src, fb, clip, fmtcnv_state, swap); in mipi_dbi_buf_copy()
235 drm_fb_xrgb8888_to_rgb888(&dst_map, NULL, src, fb, clip, fmtcnv_state); in mipi_dbi_buf_copy()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
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()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c197 struct bpf_map *dst_map; in test_sockmap_update() local
218 dst_map = skel->maps.dst_sock_map; in test_sockmap_update()
220 dst_map = skel->maps.dst_sock_hash; in test_sockmap_update()
232 compare_cookies(skel->maps.src, dst_map); in test_sockmap_update()
/linux-6.12.1/drivers/gpu/drm/gud/
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()