Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dsis_accel.c105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument
113 if(dst_y >= 2048) { in SiS300SubsequentScreenToScreenCopy()
114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
115 dst_y = 0; in SiS300SubsequentScreenToScreenCopy()
127 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy()
131 SiS300SetupDSTXY(dst_x, dst_y) in SiS300SubsequentScreenToScreenCopy()
192 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() argument
195 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
196 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
209 if((src_y >= 2048) || (dst_y >= 2048)) { in SiS310SubsequentScreenToScreenCopy()
[all …]
/linux/drivers/video/fbdev/via/
H A Daccel.c40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument
58 if (src_y < dst_y) { in hw_bitblt_1()
61 dst_y += height - 1; in hw_bitblt_1()
94 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_1()
96 "%d %d\n", dst_x, dst_y); in hw_bitblt_1()
99 tmp = dst_x | (dst_y << 16); in hw_bitblt_1()
173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument
191 if (src_y < dst_y) { in hw_bitblt_2()
194 dst_y += height - 1; in hw_bitblt_2()
236 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_2()
[all …]
H A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/linux/drivers/gpu/drm/sti/
H A Dsti_vid.c145 int dst_y = state->crtc_y; in sti_vid_commit() local
147 int dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_vid_commit()
161 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_vid_commit()
162 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_vid_commit()
H A Dsti_hqvdp.c1032 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local
1045 dst_y = new_plane_state->crtc_y; in sti_hqvdp_atomic_check()
1047 dst_h = clamp_val(new_plane_state->crtc_h, 0, mode->vdisplay - dst_y); in sti_hqvdp_atomic_check()
1110 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check()
1128 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local
1155 dst_y = newstate->crtc_y; in sti_hqvdp_atomic_update()
1157 dst_h = clamp_val(newstate->crtc_h, 0, mode->vdisplay - dst_y); in sti_hqvdp_atomic_update()
/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c396 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical()
525 if (f->dst_y < 0) in ivtv_yuv_handle_vertical()
526 reg_289c = (reg_289c - ((f->dst_y & ~1)<<15))-(f->dst_y >>1); in ivtv_yuv_handle_vertical()
528 reg_289c = (reg_289c + ((f->dst_y & ~1)<<15))+(f->dst_y >>1); in ivtv_yuv_handle_vertical()
703 if ((osd_crop = f->pan_y - f->dst_y) > 0) { in ivtv_yuv_window_setup()
708 f->dst_y = 0; in ivtv_yuv_window_setup()
710 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup()
713 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup()
740 f->dst_y += itv->yuv_info.osd_y_offset; in ivtv_yuv_window_setup()
755 f->dst_y &= ~1; in ivtv_yuv_window_setup()
[all …]
H A Divtv-driver.h399 s32 dst_y; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c842 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
975 drm_rect_init(&req, rec->dst_x, rec->dst_y, in check_overlay_dst()
1189 params->dst_y = (((u32)params->dst_y << 12) / in intel_overlay_put_image_ioctl()
/linux/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c331 u32 dst_y = state->crtc_y; in sprd_dpu_layer() local
336 offset = (dst_x & 0xffff) | (dst_y << 16); in sprd_dpu_layer()
/linux/include/video/
H A Dsticore.h403 int dst_y, int dst_x, int height, int width,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c61 s32 dst_x, dst_y; member
996 s32 trans_y = dirty->unit->crtc.y - sdirty->dst_y; in vmw_sou_surface_fifo_commit()
1133 sdirty.dst_y = dest_y; in vmw_kms_sou_do_surface_dirty()
/linux/drivers/video/
H A Dsticore.c268 int dst_y, int dst_x, int height, int width, in sti_bmove() argument
276 .dest_y = dst_y * font->height, in sti_bmove()
/linux/include/uapi/drm/
H A Di915_drm.h1876 __u16 dst_y; member
/linux/tools/include/uapi/drm/
H A Di915_drm.h1876 __u16 dst_y; member