Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_bo_util.c96 struct iosys_map src_map, dst_map; in ttm_move_memcpy() local
106 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
107 if (dst_map.is_iomem) in ttm_move_memcpy()
108 memset_io(dst_map.vaddr_iomem, 0, PAGE_SIZE); in ttm_move_memcpy()
110 memset(dst_map.vaddr, 0, PAGE_SIZE); in ttm_move_memcpy()
112 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
118 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy()
121 drm_memcpy_from_wc(&dst_map, &src_map, PAGE_SIZE); in ttm_move_memcpy()
126 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c133 struct bpf_map *dst_map; in test_sockmap_update() local
154 dst_map = skel->maps.dst_sock_map; in test_sockmap_update()
156 dst_map = skel->maps.dst_sock_hash; in test_sockmap_update()
168 compare_cookies(skel->maps.src, dst_map); in test_sockmap_update()
/linux-6.1.9/drivers/gpu/drm/tiny/
Dst7586.c72 struct iosys_map dst_map, vmap; in st7586_xrgb8888_to_gray332() local
78 iosys_map_set_vaddr(&dst_map, buf); in st7586_xrgb8888_to_gray332()
80 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, clip); in st7586_xrgb8888_to_gray332()
/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_pipe.c62 struct iosys_map dst_map, vmap; in gud_xrgb8888_to_r124() local
78 iosys_map_set_vaddr(&dst_map, buf); in gud_xrgb8888_to_r124()
80 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, rect); in gud_xrgb8888_to_r124()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_mipi_dbi.c208 struct iosys_map dst_map = IOSYS_MAP_INIT_VADDR(dst); in mipi_dbi_buf_copy() local
222 drm_fb_swab(&dst_map, NULL, data, fb, clip, !gem->import_attach); in mipi_dbi_buf_copy()
224 drm_fb_memcpy(&dst_map, NULL, data, fb, clip); in mipi_dbi_buf_copy()
227 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, data, fb, clip, swap); in mipi_dbi_buf_copy()
/linux-6.1.9/drivers/gpu/drm/ast/
Dast_mode.c817 struct iosys_map dst_map = in ast_cursor_plane_helper_atomic_update() local
830 dst = dst_map.vaddr_iomem; /* TODO: Use mapping abstraction properly */ in ast_cursor_plane_helper_atomic_update()