Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_blit.c609 int dst_x = dst_gpu_addr & 255; in r600_blit_copy() local
614 if (!src_x && !dst_x) { in r600_blit_copy()
625 if (cur_size > (max_bytes - dst_x)) in r600_blit_copy()
626 cur_size = (max_bytes - dst_x); in r600_blit_copy()
641 vb[0] = int2float(dst_x); in r600_blit_copy()
646 vb[4] = int2float(dst_x); in r600_blit_copy()
651 vb[8] = int2float(dst_x + cur_size); in r600_blit_copy()
666 dst_x + cur_size, h, in r600_blit_copy()
670 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h); in r600_blit_copy()
698 int dst_x = (dst_gpu_addr & 255); in r600_blit_copy() local
[all …]
/linux-4.4.14/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
67 if (src_x < dst_x) { in hw_bitblt_1()
70 dst_x += width - 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
200 if (src_x < dst_x) { in hw_bitblt_2()
203 dst_x += width - 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,
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_vid.c51 int dst_x = state->crtc_x; in sti_vid_commit() local
53 int dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_vid_commit()
69 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit()
70 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
Dsti_gdp.c395 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
414 dst_x = state->crtc_x; in sti_gdp_atomic_update()
416 dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_gdp_atomic_update()
429 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_update()
476 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
477 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
Dsti_cursor.c123 int dst_x = state->crtc_x; in sti_cursor_atomic_update() local
125 int dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_update()
138 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_update()
Dsti_hqvdp.c788 int dst_x = state->crtc_x; in sti_hqvdp_atomic_update() local
790 int dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_hqvdp_atomic_update()
808 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_update()
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_accel.c118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument
136 dst_x += width-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
246 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()
/linux-4.4.14/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()
193 dst_x += size_x - 1; in psb_accel_2d_copy()
222 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y << in psb_accel_2d_copy()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-yuv.c242 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal()
252 reg_2890 = f->dst_x; in ivtv_yuv_handle_horizontal()
733 if ((osd_crop = f->pan_x - f->dst_x) > 0) { in ivtv_yuv_window_setup()
738 f->dst_x = 0; in ivtv_yuv_window_setup()
740 f->dst_x -= f->pan_x; in ivtv_yuv_window_setup()
743 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) { in ivtv_yuv_window_setup()
751 f->dst_x += itv->yuv_info.osd_x_offset; in ivtv_yuv_window_setup()
758 f->dst_x &= ~1; in ivtv_yuv_window_setup()
797 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) || in ivtv_yuv_window_setup()
995 nf->dst_x = args->dst.left; in ivtv_yuv_setup_frame()
Divtv-driver.h400 s32 dst_x; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_overlay.c472 short dst_x; member
787 iowrite32((params->dst_y << 16) | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
924 if (rec->dst_x < mode->hdisplay && in check_overlay_dst()
925 rec->dst_x + rec->dst_width <= mode->hdisplay && in check_overlay_dst()
1183 params->dst_x = put_image_rec->dst_x; in intel_overlay_put_image()
Dintel_display.c3106 int dst_x = 0, dst_y = 0, dst_w = 0, dst_h = 0; in skylake_update_primary_plane() local
3141 dst_x = plane_state->dst.x1; in skylake_update_primary_plane()
3180 I915_WRITE(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y); in skylake_update_primary_plane()
3184 I915_WRITE(PLANE_POS(pipe, 0), (dst_y << 16) | dst_x); in skylake_update_primary_plane()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c54 s32 dst_x, dst_y; member
739 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit()
862 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h399 int dst_y, int dst_x, int height, int width);
/linux-4.4.14/drivers/video/console/
Dsticore.c227 int dst_y, int dst_x, int height, int width) in sti_bmove() argument
233 .dest_x = dst_x * sti->font_width, in sti_bmove()
/linux-4.4.14/include/uapi/drm/
Di915_drm.h1006 __u16 dst_x; member