Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 9 of 9) 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()
/linux/include/video/
H A Dsticore.h403 int dst_y, int dst_x, int height, int width,
/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
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2280 uint32_t dst_y : 16; member
2341 uint32_t dst_y : 16; member