Home
last modified time | relevance | path

Searched refs:dst_offset (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Drv770_dma.c43 uint64_t src_offset, uint64_t dst_offset, in rv770_copy_dma() argument
75 radeon_ring_write(ring, dst_offset & 0xfffffffc); in rv770_copy_dma()
77 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); in rv770_copy_dma()
80 dst_offset += cur_size_in_dw * 4; in rv770_copy_dma()
Devergreen_dma.c109 uint64_t dst_offset, in evergreen_copy_dma() argument
141 radeon_ring_write(ring, dst_offset & 0xfffffffc); in evergreen_copy_dma()
143 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); in evergreen_copy_dma()
146 dst_offset += cur_size_in_dw * 4; in evergreen_copy_dma()
Devergreen_cs.c2762 u64 src_offset, dst_offset, dst2_offset; in evergreen_dma_cs_parse() local
2787 dst_offset = radeon_get_ib_value(p, idx+1); in evergreen_dma_cs_parse()
2788 dst_offset <<= 8; in evergreen_dma_cs_parse()
2795 dst_offset = radeon_get_ib_value(p, idx+1); in evergreen_dma_cs_parse()
2796 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32; in evergreen_dma_cs_parse()
2806 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { in evergreen_dma_cs_parse()
2808 dst_offset, radeon_bo_size(dst_reloc->robj)); in evergreen_dma_cs_parse()
2829 dst_offset = radeon_get_ib_value(p, idx+1); in evergreen_dma_cs_parse()
2830 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+3) & 0xff)) << 32; in evergreen_dma_cs_parse()
2836 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { in evergreen_dma_cs_parse()
[all …]
Dsi_dma.c232 uint64_t src_offset, uint64_t dst_offset, in si_copy_dma() argument
264 radeon_ring_write(ring, lower_32_bits(dst_offset)); in si_copy_dma()
266 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); in si_copy_dma()
269 dst_offset += cur_size_in_bytes; in si_copy_dma()
Dr600_dma.c440 uint64_t src_offset, uint64_t dst_offset, in r600_copy_dma() argument
472 radeon_ring_write(ring, dst_offset & 0xfffffffc); in r600_copy_dma()
474 radeon_ring_write(ring, (((upper_32_bits(dst_offset) & 0xff) << 16) | in r600_copy_dma()
477 dst_offset += cur_size_in_dw * 4; in r600_copy_dma()
Dr600_cs.c2480 u64 src_offset, dst_offset; in r600_dma_cs_parse() local
2503 dst_offset = radeon_get_ib_value(p, idx+1); in r600_dma_cs_parse()
2504 dst_offset <<= 8; in r600_dma_cs_parse()
2509 dst_offset = radeon_get_ib_value(p, idx+1); in r600_dma_cs_parse()
2510 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32; in r600_dma_cs_parse()
2516 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { in r600_dma_cs_parse()
2518 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)); in r600_dma_cs_parse()
2542 dst_offset = radeon_get_ib_value(p, idx+5); in r600_dma_cs_parse()
2543 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+6) & 0xff)) << 32; in r600_dma_cs_parse()
2553 dst_offset = radeon_get_ib_value(p, idx+1); in r600_dma_cs_parse()
[all …]
Dradeon_asic.h87 uint64_t dst_offset,
158 uint64_t dst_offset,
348 uint64_t src_offset, uint64_t dst_offset,
352 uint64_t src_offset, uint64_t dst_offset,
473 uint64_t src_offset, uint64_t dst_offset,
547 uint64_t src_offset, uint64_t dst_offset,
724 uint64_t src_offset, uint64_t dst_offset,
794 uint64_t src_offset, uint64_t dst_offset,
798 uint64_t src_offset, uint64_t dst_offset,
Dr200.c85 uint64_t dst_offset, in r200_copy_dma() argument
115 radeon_ring_write(ring, dst_offset); in r200_copy_dma()
118 dst_offset += cur_size; in r200_copy_dma()
Dcik_sdma.c580 uint64_t src_offset, uint64_t dst_offset, in cik_copy_dma() argument
616 radeon_ring_write(ring, lower_32_bits(dst_offset)); in cik_copy_dma()
617 radeon_ring_write(ring, upper_32_bits(dst_offset)); in cik_copy_dma()
619 dst_offset += cur_size_in_bytes; in cik_copy_dma()
Dr600_cp.c2487 u64 src_offset, dst_offset; in r600_cp_dispatch_texture() local
2505 dst_offset = tex->offset; in r600_cp_dispatch_texture()
2540 r600_blit_copy(dev, src_offset, dst_offset, pass_size); in r600_cp_dispatch_texture()
2546 dst_offset += pass_size; in r600_cp_dispatch_texture()
Dradeon.h1918 uint64_t dst_offset,
1924 uint64_t dst_offset,
1931 uint64_t dst_offset,
Dr600.c2915 uint64_t src_offset, uint64_t dst_offset, in r600_copy_cpdma() argument
2955 radeon_ring_write(ring, lower_32_bits(dst_offset)); in r600_copy_cpdma()
2956 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); in r600_copy_cpdma()
2959 dst_offset += cur_size_in_bytes; in r600_copy_cpdma()
Dcik.c4043 uint64_t src_offset, uint64_t dst_offset, in cik_copy_cpdma() argument
4081 radeon_ring_write(ring, lower_32_bits(dst_offset)); in cik_copy_cpdma()
4082 radeon_ring_write(ring, upper_32_bits(dst_offset)); in cik_copy_cpdma()
4085 dst_offset += cur_size_in_bytes; in cik_copy_cpdma()
Dr100.c884 uint64_t dst_offset, in r100_copy_blit() argument
935 radeon_ring_write(ring, (pitch << 22) | (dst_offset >> 10)); in r100_copy_blit()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_ioctl.c74 uint32_t dst_offset; member
88 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK); in apply_reloc()
89 *(uint64_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = qxl_bo_physical_address(qdev, in apply_reloc()
104 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK); in apply_surf_reloc()
105 *(uint32_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = id; in apply_surf_reloc()
231 reloc_info[i].dst_offset = reloc.dst_offset; in qxl_process_single_command()
234 reloc_info[i].dst_offset = reloc.dst_offset + release->release_offset; in qxl_process_single_command()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c732 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_copy() local
747 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_copy()
748 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_copy()
758 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
770 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_m2mf() local
783 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
784 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
797 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
809 u64 dst_offset = node->vma[1].offset; in nva3_bo_move_copy() local
824 OUT_RING (chan, upper_32_bits(dst_offset)); in nva3_bo_move_copy()
[all …]
/linux-4.1.27/sound/core/oss/
Dpcm_plugin.h149 size_t dst_offset,
154 size_t dst_offset,
Dpcm_plugin.c649 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, in snd_pcm_area_silence() argument
659 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_silence()
696 const struct snd_pcm_channel_area *dst_area, size_t dst_offset, in snd_pcm_area_copy() argument
705 return snd_pcm_area_silence(dst_area, dst_offset, samples, format); in snd_pcm_area_copy()
706 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_copy()
/linux-4.1.27/drivers/gpu/drm/gma500/
Daccel_2d.c174 uint32_t src_format, uint32_t dst_offset, in psb_accel_2d_copy() argument
212 *buf++ = dst_offset; in psb_accel_2d_copy()
/linux-4.1.27/include/uapi/drm/
Dqxl_drm.h72 uint64_t dst_offset; /* offset in dest handle */ member
/linux-4.1.27/drivers/video/fbdev/
Dfb-puv3.c138 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect() local
168 writel(dst_offset, UGE_DSTSTART); in unifb_prim_fillrect()
228 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea() local
252 dst_offset = (dst_y0 + aheight) * dst_pitch + in unifb_prim_copyarea()
273 writel(dst_offset, UGE_DSTSTART); in unifb_prim_copyarea()
Dps3fb.c441 u64 dst_offset, u64 src_offset, u32 width, in ps3fb_sync_image() argument
455 status = lv1_gpu_fb_blit(ps3fb.context_handle, dst_offset, in ps3fb_sync_image()
/linux-4.1.27/fs/btrfs/
Dextent_io.h304 unsigned long dst_offset, unsigned long src_offset,
306 void memcpy_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset,
308 void memmove_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset,
Dextent_io.c5493 unsigned long dst_offset, unsigned long src_offset, in copy_extent_buffer() argument
5502 unsigned long i = (start_offset + dst_offset) >> PAGE_CACHE_SHIFT; in copy_extent_buffer()
5506 offset = (start_offset + dst_offset) & in copy_extent_buffer()
5553 void memcpy_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset, in memcpy_extent_buffer() argument
5568 if (dst_offset + len > dst->len) { in memcpy_extent_buffer()
5570 "len %lu dst len %lu\n", dst_offset, len, dst->len); in memcpy_extent_buffer()
5575 dst_off_in_page = (start_offset + dst_offset) & in memcpy_extent_buffer()
5580 dst_i = (start_offset + dst_offset) >> PAGE_CACHE_SHIFT; in memcpy_extent_buffer()
5592 dst_offset += cur; in memcpy_extent_buffer()
5597 void memmove_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset, in memmove_extent_buffer() argument
[all …]
Dctree.c802 struct extent_buffer *src, unsigned long dst_offset, in tree_mod_log_eb_copy() argument
832 tm_list_add[i] = alloc_tree_mod_elem(dst, i + dst_offset, in tree_mod_log_eb_copy()
873 int dst_offset, int src_offset, int nr_items) in tree_mod_log_eb_move() argument
876 ret = tree_mod_log_insert_move(fs_info, dst, dst_offset, src_offset, in tree_mod_log_eb_move()
Dtree-log.c3492 unsigned long dst_offset; in copy_items() local
3533 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0], in copy_items()
3549 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_fb.c28 int src_offset, dst_offset; in mga_dirty_update() local
90 src_offset = dst_offset = i * mfbdev->mfb.base.pitches[0] + (x * bpp); in mga_dirty_update()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c511 unsigned int max_req_sz, orig_offset, dst_offset; in brcmf_sdiod_sglist_rw() local
639 dst_offset = 0; in brcmf_sdiod_sglist_rw()
642 req_sz = min_t(uint, pkt_next->len - dst_offset, in brcmf_sdiod_sglist_rw()
645 dst_data = pkt_next->data + dst_offset; in brcmf_sdiod_sglist_rw()
648 dst_offset += req_sz; in brcmf_sdiod_sglist_rw()
653 if (dst_offset == pkt_next->len) in brcmf_sdiod_sglist_rw()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c26 int src_offset, dst_offset; in cirrus_dirty_update() local
87 src_offset = dst_offset = i * afbdev->gfb.base.pitches[0] + (x * bpp); in cirrus_dirty_update()
/linux-4.1.27/drivers/block/
Dps3vram.c251 unsigned int src_offset, unsigned int dst_offset, in ps3vram_upload() argument
259 ps3vram_out_ring(priv, dst_offset); in ps3vram_upload()
283 unsigned int src_offset, unsigned int dst_offset, in ps3vram_download() argument
291 ps3vram_out_ring(priv, XDR_IOIF + dst_offset); in ps3vram_download()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_fb.c52 int src_offset, dst_offset; in ast_dirty_update() local
114 src_offset = dst_offset = i * afbdev->afb.base.pitches[0] + (x * bpp); in ast_dirty_update()
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c1816 size_t dst_offset = 0; in ecryptfs_encode_for_filename() local
1856 dst[dst_offset++] = portable_filename_chars[dst_block[0]]; in ecryptfs_encode_for_filename()
1857 dst[dst_offset++] = portable_filename_chars[dst_block[1]]; in ecryptfs_encode_for_filename()
1858 dst[dst_offset++] = portable_filename_chars[dst_block[2]]; in ecryptfs_encode_for_filename()
1859 dst[dst_offset++] = portable_filename_chars[dst_block[3]]; in ecryptfs_encode_for_filename()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-hcd.c240 static void mem_writes8(void __iomem *dst_base, u32 dst_offset, in mem_writes8() argument
245 dst = dst_base + dst_offset; in mem_writes8()
247 if (dst_offset < PAYLOAD_OFFSET) { in mem_writes8()
269 if (dst_offset < PAYLOAD_OFFSET) in mem_writes8()
/linux-4.1.27/drivers/scsi/
Dst.c3904 int src_seg, dst_seg, src_offset = 0, dst_offset; in move_buffer_data() local
3920 for (dst_seg=dst_offset=0; total > 0; ) { in move_buffer_data()
3924 count = min(length - dst_offset, length - src_offset); in move_buffer_data()
3925 memmove(page_address(dpage) + dst_offset, in move_buffer_data()
3932 dst_offset += count; in move_buffer_data()
3933 if (dst_offset >= length) { in move_buffer_data()
3935 dst_offset = 0; in move_buffer_data()
/linux-4.1.27/arch/s390/kernel/
Dtime.c1658 static DEVICE_ATTR(dst_offset, 0400, stp_dst_offset_show, NULL);