Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 9 of 9) sorted by relevance

/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
53 if (src_x < dst_x) { in hw_bitblt_1()
56 dst_x += width - 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
186 if (src_x < dst_x) { in hw_bitblt_2()
189 dst_x += width - 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.c144 int dst_x = state->crtc_x; in sti_vid_commit() local
146 int dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_vid_commit()
163 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit()
164 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
/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
123 dst_x += width-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
233 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()
/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.c54 * @dst_x: Difference between source clip rects and framebuffer coordinates.
61 s32 dst_x, dst_y; member
996 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit()
1133 sdirty.dst_x = dest_x; 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
275 .dest_x = dst_x * font->width, in sti_bmove()
/linux/include/uapi/drm/
H A Di915_drm.h1875 __u16 dst_x; member
/linux/tools/include/uapi/drm/
H A Di915_drm.h