Searched refs:dst_offset (Results 1 - 25 of 26) sorted by path

12

/drivers/block/
H A Dps3vram.c251 unsigned int src_offset, unsigned int dst_offset,
259 ps3vram_out_ring(priv, dst_offset);
283 unsigned int src_offset, unsigned int dst_offset,
291 ps3vram_out_ring(priv, XDR_IOIF + dst_offset);
250 ps3vram_upload(struct ps3_system_bus_device *dev, unsigned int src_offset, unsigned int dst_offset, int len, int count) argument
282 ps3vram_download(struct ps3_system_bus_device *dev, unsigned int src_offset, unsigned int dst_offset, int len, int count) argument
/drivers/gpu/drm/ast/
H A Dast_fb.c52 int src_offset, dst_offset; local
114 src_offset = dst_offset = i * afbdev->afb.base.pitches[0] + (x * bpp);
/drivers/gpu/drm/cirrus/
H A Dcirrus_fbdev.c26 int src_offset, dst_offset; local
87 src_offset = dst_offset = i * afbdev->gfb.base.pitches[0] + (x * bpp);
/drivers/gpu/drm/gma500/
H A Daccel_2d.c160 * @dst_offset in bytes
174 uint32_t src_format, uint32_t dst_offset,
212 *buf++ = dst_offset;
172 psb_accel_2d_copy(struct drm_psb_private *dev_priv, uint32_t src_offset, uint32_t src_stride, uint32_t src_format, uint32_t dst_offset, uint32_t dst_stride, uint32_t dst_format, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t size_x, uint16_t size_y) argument
/drivers/gpu/drm/mgag200/
H A Dmgag200_fb.c28 int src_offset, dst_offset; local
90 src_offset = dst_offset = i * mfbdev->mfb.base.pitches[0] + (x * bpp);
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c623 u64 dst_offset = node->vma[1].offset; local
638 OUT_RING (chan, upper_32_bits(dst_offset));
639 OUT_RING (chan, lower_32_bits(dst_offset));
649 dst_offset += (PAGE_SIZE * line_count);
661 u64 dst_offset = node->vma[1].offset; local
674 OUT_RING (chan, upper_32_bits(dst_offset));
675 OUT_RING (chan, lower_32_bits(dst_offset));
688 dst_offset += (PAGE_SIZE * line_count);
700 u64 dst_offset = node->vma[1].offset; local
715 OUT_RING (chan, upper_32_bits(dst_offset));
791 u64 dst_offset = node->vma[1].offset; local
885 u32 dst_offset = new_mem->start << PAGE_SHIFT; local
[all...]
/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c74 uint32_t dst_offset; member in struct:qxl_reloc_info
88 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK);
89 *(uint64_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = qxl_bo_physical_address(qdev,
104 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK);
105 *(uint32_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = id;
228 reloc_info[i].dst_offset = reloc.dst_offset;
231 reloc_info[i].dst_offset = reloc.dst_offset + release->release_offset;
/drivers/gpu/drm/radeon/
H A Dcik.c3960 * @dst_offset: dst GPU address
3969 uint64_t src_offset, uint64_t dst_offset,
4011 radeon_ring_write(ring, lower_32_bits(dst_offset));
4012 radeon_ring_write(ring, upper_32_bits(dst_offset));
4015 dst_offset += cur_size_in_bytes;
3968 cik_copy_cpdma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dcik_sdma.c531 * @dst_offset: dst GPU address
540 uint64_t src_offset, uint64_t dst_offset,
580 radeon_ring_write(ring, lower_32_bits(dst_offset));
581 radeon_ring_write(ring, upper_32_bits(dst_offset));
583 dst_offset += cur_size_in_bytes;
539 cik_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Devergreen_cs.c2692 u64 src_offset, dst_offset, dst2_offset; local
2717 dst_offset = radeon_get_ib_value(p, idx+1);
2718 dst_offset <<= 8;
2725 dst_offset = radeon_get_ib_value(p, idx+1);
2726 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32;
2736 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) {
2738 dst_offset, radeon_bo_size(dst_reloc->robj));
2759 dst_offset = radeon_get_ib_value(p, idx+1);
2760 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+3) & 0xff)) << 32;
2766 if ((dst_offset
[all...]
H A Devergreen_dma.c99 * @dst_offset: dst GPU address
109 uint64_t dst_offset,
145 radeon_ring_write(ring, dst_offset & 0xfffffffc);
147 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff);
150 dst_offset += cur_size_in_dw * 4;
107 evergreen_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dr100.c874 uint64_t dst_offset,
925 radeon_ring_write(ring, (pitch << 22) | (dst_offset >> 10));
872 r100_copy_blit(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dr200.c85 uint64_t dst_offset,
115 radeon_ring_write(ring, dst_offset);
118 dst_offset += cur_size;
83 r200_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dr600.c2879 * @dst_offset: dst GPU address
2888 uint64_t src_offset, uint64_t dst_offset,
2932 radeon_ring_write(ring, lower_32_bits(dst_offset));
2933 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff);
2936 dst_offset += cur_size_in_bytes;
2887 r600_copy_cpdma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dr600_cp.c2487 u64 src_offset, dst_offset; local
2505 dst_offset = tex->offset;
2540 r600_blit_copy(dev, src_offset, dst_offset, pass_size);
2546 dst_offset += pass_size;
H A Dr600_cs.c2480 u64 src_offset, dst_offset; local
2503 dst_offset = radeon_get_ib_value(p, idx+1);
2504 dst_offset <<= 8;
2509 dst_offset = radeon_get_ib_value(p, idx+1);
2510 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32;
2516 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) {
2518 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj));
2542 dst_offset = radeon_get_ib_value(p, idx+5);
2543 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+6) & 0xff)) << 32;
2553 dst_offset
[all...]
H A Dr600_dma.c431 * @dst_offset: dst GPU address
440 uint64_t src_offset, uint64_t dst_offset,
476 radeon_ring_write(ring, dst_offset & 0xfffffffc);
478 radeon_ring_write(ring, (((upper_32_bits(dst_offset) & 0xff) << 16) |
481 dst_offset += cur_size_in_dw * 4;
439 r600_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dradeon.h1871 uint64_t dst_offset,
1877 uint64_t dst_offset,
1884 uint64_t dst_offset,
H A Dradeon_asic.h86 uint64_t dst_offset,
157 uint64_t dst_offset,
344 uint64_t src_offset, uint64_t dst_offset,
348 uint64_t src_offset, uint64_t dst_offset,
466 uint64_t src_offset, uint64_t dst_offset,
540 uint64_t src_offset, uint64_t dst_offset,
705 uint64_t src_offset, uint64_t dst_offset,
764 uint64_t src_offset, uint64_t dst_offset,
768 uint64_t src_offset, uint64_t dst_offset,
H A Drv770_dma.c34 * @dst_offset: dst GPU address
43 uint64_t src_offset, uint64_t dst_offset,
79 radeon_ring_write(ring, dst_offset & 0xfffffffc);
81 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff);
84 dst_offset += cur_size_in_dw * 4;
42 rv770_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
H A Dsi_dma.c219 * @dst_offset: dst GPU address
228 uint64_t src_offset, uint64_t dst_offset,
264 radeon_ring_write(ring, lower_32_bits(dst_offset));
266 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff);
269 dst_offset += cur_size_in_bytes;
227 si_copy_dma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct reservation_object *resv) argument
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbcmsdh.c505 unsigned int max_req_sz, orig_offset, dst_offset; local
638 dst_offset = 0;
641 req_sz = min_t(uint, pkt_next->len - dst_offset,
644 dst_data = pkt_next->data + dst_offset;
647 dst_offset += req_sz;
652 if (dst_offset == pkt_next->len)
/drivers/scsi/
H A Dst.c3913 int src_seg, dst_seg, src_offset = 0, dst_offset;
3929 for (dst_seg=dst_offset=0; total > 0; ) {
3933 count = min(length - dst_offset, length - src_offset);
3934 memmove(page_address(dpage) + dst_offset,
3941 dst_offset += count;
3942 if (dst_offset >= length) {
3944 dst_offset = 0;
3897 int src_seg, dst_seg, src_offset = 0, dst_offset; local
/drivers/usb/host/
H A Disp1760-hcd.c216 static void mem_writes8(void __iomem *dst_base, u32 dst_offset, argument
221 dst = dst_base + dst_offset;
223 if (dst_offset < PAYLOAD_OFFSET) {
245 if (dst_offset < PAYLOAD_OFFSET)
/drivers/video/fbdev/
H A Dfb-puv3.c138 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); local
168 writel(dst_offset, UGE_DSTSTART);
228 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); local
252 dst_offset = (dst_y0 + aheight) * dst_pitch +
273 writel(dst_offset, UGE_DSTSTART);

Completed in 809 milliseconds

12