Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 15 of 15) sorted by relevance

/drivers/video/fbdev/sis/
Dsis_accel.c118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument
126 if(dst_y >= 2048) { in SiS300SubsequentScreenToScreenCopy()
127 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
128 dst_y = 0; in SiS300SubsequentScreenToScreenCopy()
140 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy()
144 SiS300SetupDSTXY(dst_x, dst_y) in SiS300SubsequentScreenToScreenCopy()
205 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() argument
208 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
209 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
222 if((src_y >= 2048) || (dst_y >= 2048)) { in SiS310SubsequentScreenToScreenCopy()
[all …]
/drivers/video/fbdev/via/
Daccel.c54 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument
72 if (src_y < dst_y) { in hw_bitblt_1()
75 dst_y += height - 1; in hw_bitblt_1()
108 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_1()
110 "%d %d\n", dst_x, dst_y); in hw_bitblt_1()
113 tmp = dst_x | (dst_y << 16); in hw_bitblt_1()
187 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument
205 if (src_y < dst_y) { in hw_bitblt_2()
208 dst_y += height - 1; in hw_bitblt_2()
250 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_2()
[all …]
Dviafbdev.h67 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/drivers/media/pci/ivtv/
Divtv-yuv.c408 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical()
537 if (f->dst_y < 0) in ivtv_yuv_handle_vertical()
538 reg_289c = (reg_289c - ((f->dst_y & ~1)<<15))-(f->dst_y >>1); in ivtv_yuv_handle_vertical()
540 reg_289c = (reg_289c + ((f->dst_y & ~1)<<15))+(f->dst_y >>1); in ivtv_yuv_handle_vertical()
715 if ((osd_crop = f->pan_y - f->dst_y) > 0) { in ivtv_yuv_window_setup()
720 f->dst_y = 0; in ivtv_yuv_window_setup()
722 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup()
725 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup()
752 f->dst_y += itv->yuv_info.osd_y_offset; in ivtv_yuv_window_setup()
767 f->dst_y &= ~1; in ivtv_yuv_window_setup()
[all …]
Divtv-driver.h401 s32 dst_y; member
/drivers/gpu/drm/gma500/
Daccel_2d.c177 uint16_t dst_x, uint16_t dst_y, in psb_accel_2d_copy() argument
188 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y); in psb_accel_2d_copy()
198 dst_y += size_y - 1; in psb_accel_2d_copy()
222 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y << in psb_accel_2d_copy()
/drivers/gpu/drm/sti/
Dsti_vid.c63 ydo = sti_vtg_get_line_number(*mode, vid->dst_y); in sti_vid_commit_layer()
64 yds = sti_vtg_get_line_number(*mode, vid->dst_y + vid->dst_h - 1); in sti_vid_commit_layer()
Dsti_layer.c95 layer->dst_y = dest_y; in sti_layer_prepare()
114 layer->dst_w, layer->dst_h, layer->dst_x, layer->dst_y, in sti_layer_prepare()
Dsti_layer.h100 int dst_x, dst_y; member
Dsti_gdp.c286 ydo = sti_vtg_get_line_number(*mode, layer->dst_y); in sti_gdp_prepare_layer()
287 yds = sti_vtg_get_line_number(*mode, layer->dst_y + layer->dst_h - 1); in sti_gdp_prepare_layer()
/drivers/gpu/drm/i915/
Dintel_overlay.c428 short dst_y; member
737 iowrite32((params->dst_y << 16) | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
876 rec->dst_y < mode->vdisplay && in check_overlay_dst()
877 rec->dst_y + rec->dst_height <= mode->vdisplay) in check_overlay_dst()
1125 params->dst_y = ((((u32)put_image_rec->dst_y) << 12) / in intel_overlay_put_image()
1131 params->dst_y = put_image_rec->dst_y; in intel_overlay_put_image()
/drivers/gpu/drm/rcar-du/
Drcar_du_plane.h57 unsigned int dst_y; member
Drcar_du_plane.c257 rcar_du_plane_write(rgrp, index, PnDPYR, plane->dst_y); in __rcar_du_plane_setup()
318 rplane->dst_y = crtc_y; in rcar_du_plane_update()
/drivers/video/fbdev/
Dsticore.h399 int dst_y, int dst_x, int height, int width);
/drivers/video/console/
Dsticore.c227 int dst_y, int dst_x, int height, int width) in sti_bmove() argument
234 .dest_y = dst_y * sti->font_height, in sti_bmove()