Searched refs:dst_i (Results 1 – 2 of 2) sorted by relevance
192 struct iosys_map dst_i = dst[i]; in drm_fb_memcpy() local201 iosys_map_memcpy_to(&dst_i, 0, src_i.vaddr, len_i); in drm_fb_memcpy()203 iosys_map_incr(&dst_i, dst_pitch_i); in drm_fb_memcpy()
5610 unsigned long dst_i; in memcpy_extent_buffer() local5621 dst_i = get_eb_page_index(dst_offset); in memcpy_extent_buffer()5629 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()5647 unsigned long dst_i; in memmove_extent_buffer() local5658 dst_i = get_eb_page_index(dst_end); in memmove_extent_buffer()5666 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()