/linux/drivers/video/fbdev/via/ |
H A D | accel.c | 40 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 D | viafbdev.h | 53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
|
/linux/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 105 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/drivers/gpu/drm/sti/ |
H A D | sti_vid.c | 144 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()
|
H A D | sti_hqvdp.c | 1032 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local 1044 dst_x = new_plane_state->crtc_x; in sti_hqvdp_atomic_check() 1046 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); 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 1154 dst_x = newstate->crtc_x; in sti_hqvdp_atomic_update() 1156 dst_w = clamp_val(newstate->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_update()
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-yuv.c | 230 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal() 240 reg_2890 = f->dst_x; in ivtv_yuv_handle_horizontal() 721 if ((osd_crop = f->pan_x - f->dst_x) > 0) { in ivtv_yuv_window_setup() 726 f->dst_x = 0; in ivtv_yuv_window_setup() 728 f->dst_x -= f->pan_x; in ivtv_yuv_window_setup() 731 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) { in ivtv_yuv_window_setup() 739 f->dst_x += itv->yuv_info.osd_x_offset; in ivtv_yuv_window_setup() 746 f->dst_x &= ~1; in ivtv_yuv_window_setup() 785 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) || in ivtv_yuv_window_setup() 985 nf->dst_x = args->dst.left; in ivtv_yuv_setup_frame()
|
H A D | ivtv-driver.h | 398 s32 dst_x; member
|
/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dpu.c | 330 u32 dst_x = state->crtc_x; in sprd_dpu_layer() local 336 offset = (dst_x & 0xffff) | (dst_y << 16); in sprd_dpu_layer()
|
/linux/include/video/ |
H A D | sticore.h | 403 int dst_y, int dst_x, int height, int width,
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 61 s32 dst_x, dst_y; member 995 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit() 1132 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
|
/linux/drivers/video/ |
H A D | sticore.c | 268 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/drivers/gpu/drm/i915/display/ |
H A D | intel_overlay.c | 842 iowrite32(params->dst_y << 16 | params->dst_x, ®s->DWINPOS); in intel_overlay_do_put_image() 975 drm_rect_init(&req, rec->dst_x, rec->dst_y, in check_overlay_dst()
|
/linux/include/uapi/drm/ |
H A D | i915_drm.h | 1875 __u16 dst_x; member
|
/linux/tools/include/uapi/drm/ |
H A D | i915_drm.h | 1875 __u16 dst_x; member
|