Searched refs:dst_x (Results 1 - 16 of 16) sorted by relevance

/drivers/gpu/drm/rcar-du/
H A Drcar_du_plane.h56 unsigned int dst_x; member in struct:rcar_du_plane
H A Drcar_du_plane.c256 rcar_du_plane_write(rgrp, index, PnDPXR, plane->dst_x);
317 rplane->dst_x = crtc_x;
/drivers/gpu/drm/radeon/
H A Dr600_blit.c609 int dst_x = dst_gpu_addr & 255; local
614 if (!src_x && !dst_x) {
625 if (cur_size > (max_bytes - dst_x))
626 cur_size = (max_bytes - dst_x);
641 vb[0] = int2float(dst_x);
646 vb[4] = int2float(dst_x);
651 vb[8] = int2float(dst_x + cur_size);
666 dst_x + cur_size, h,
670 set_scissors(dev_priv, dst_x, 0, dst_x
698 int dst_x = (dst_gpu_addr & 255); local
[all...]
/drivers/video/fbdev/via/
H A Daccel.c54 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
67 if (src_x < dst_x) {
70 dst_x += width - 1;
108 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) {
110 "%d %d\n", dst_x, dst_y);
113 tmp = dst_x | (dst_y << 16);
187 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
200 if (src_x < dst_x) {
203 dst_x += width - 1;
250 if (dst_x
53 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) argument
186 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) argument
[all...]
H A Dviafbdev.h67 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/drivers/gpu/drm/gma500/
H A Daccel_2d.c165 * @dst_x offset in pixels
177 uint16_t dst_x, uint16_t dst_y,
188 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y);
193 dst_x += size_x - 1;
222 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y <<
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/video/fbdev/sis/
H A Dsis_accel.c118 int src_y, int dst_x, int dst_y, int width, int height)
136 dst_x += width-1;
144 SiS300SetupDSTXY(dst_x, dst_y)
205 int dst_x, int dst_y, int width, int height)
246 SiS310SetupDSTXY(dst_x, dst_y)
117 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) argument
204 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) argument
/drivers/gpu/drm/sti/
H A Dsti_layer.c94 layer->dst_x = dest_x;
114 layer->dst_w, layer->dst_h, layer->dst_x, layer->dst_y,
H A Dsti_vid.c65 xdo = sti_vtg_get_pixel_number(*mode, vid->dst_x);
66 xds = sti_vtg_get_pixel_number(*mode, vid->dst_x + vid->dst_w - 1);
H A Dsti_layer.h80 * @dst_x dst_y: coordinates of the output (crtc) area
100 int dst_x, dst_y; member in struct:sti_layer
H A Dsti_gdp.c288 xdo = sti_vtg_get_pixel_number(*mode, layer->dst_x);
289 xds = sti_vtg_get_pixel_number(*mode, layer->dst_x + layer->dst_w - 1);
/drivers/media/pci/ivtv/
H A Divtv-yuv.c241 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n",
242 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x);
252 reg_2890 = f->dst_x;
280 /* We're also using 2870 to shift the image left (src_x & negative dst_x) */
733 if ((osd_crop = f->pan_x - f->dst_x) > 0) {
738 f->dst_x = 0;
740 f->dst_x -= f->pan_x;
743 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) {
751 f->dst_x += itv->yuv_info.osd_x_offset;
758 f->dst_x
[all...]
H A Divtv-driver.h400 s32 dst_x; member in struct:yuv_frame_info
/drivers/gpu/drm/i915/
H A Dintel_overlay.c427 short dst_x; member in struct:put_image_params
737 iowrite32((params->dst_y << 16) | params->dst_x, &regs->DWINPOS);
874 if (rec->dst_x < mode->hdisplay &&
875 rec->dst_x + rec->dst_width <= mode->hdisplay &&
1134 params->dst_x = put_image_rec->dst_x;
/drivers/video/fbdev/
H A Dsticore.h399 int dst_y, int dst_x, int height, int width);
/drivers/video/console/
H A Dsticore.c227 int dst_y, int dst_x, int height, int width)
233 .dest_x = dst_x * sti->font_width,
226 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width) argument

Completed in 325 milliseconds