Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/gpu/drm/zte/
Dzx_plane.c199 u32 dst_x, dst_y, dst_w, dst_h; in zx_vl_plane_atomic_update() local
215 dst_x = dst->x1; in zx_vl_plane_atomic_update()
236 zx_writel(layer + VL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_vl_plane_atomic_update()
240 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_vl_plane_atomic_update()
365 u32 dst_x, dst_y, dst_w, dst_h; in zx_gl_plane_atomic_update() local
383 dst_x = plane->state->crtc_x; in zx_gl_plane_atomic_update()
399 zx_writel(layer + GL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_gl_plane_atomic_update()
403 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_gl_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_cursor.c190 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local
199 dst_x = state->crtc_x; in sti_cursor_atomic_check()
201 dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_check()
247 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check()
261 int dst_x, dst_y; in sti_cursor_atomic_update() local
270 dst_x = state->crtc_x; in sti_cursor_atomic_update()
294 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
Dsti_vid.c142 int dst_x = state->crtc_x; in sti_vid_commit() local
144 int dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_vid_commit()
161 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit()
162 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
Dsti_gdp.c622 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local
633 dst_x = state->crtc_x; in sti_gdp_atomic_check()
635 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_check()
686 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check()
701 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
742 dst_x = state->crtc_x; in sti_gdp_atomic_update()
744 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update()
784 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
785 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
Dsti_hqvdp.c1022 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local
1031 dst_x = state->crtc_x; in sti_hqvdp_atomic_check()
1033 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_check()
1097 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check()
1112 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local
1138 dst_x = state->crtc_x; in sti_hqvdp_atomic_update()
1140 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_update()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/gma500/
Daccel_2d.c176 uint16_t dst_x, uint16_t dst_y, in psb_accel_2d_copy() argument
187 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y); in psb_accel_2d_copy()
192 dst_x += size_x - 1; in psb_accel_2d_copy()
221 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y << in psb_accel_2d_copy()
/Linux-v4.19/drivers/video/fbdev/
Defifb.c157 u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
235 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
238 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics()
239 dst_x += bmp_width; in efifb_show_boot_graphics()
240 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
Dsticore.h400 int dst_y, int dst_x, int height, int width);
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-yuv.c241 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal()
251 reg_2890 = f->dst_x; in ivtv_yuv_handle_horizontal()
732 if ((osd_crop = f->pan_x - f->dst_x) > 0) { in ivtv_yuv_window_setup()
737 f->dst_x = 0; in ivtv_yuv_window_setup()
739 f->dst_x -= f->pan_x; in ivtv_yuv_window_setup()
742 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) { in ivtv_yuv_window_setup()
750 f->dst_x += itv->yuv_info.osd_x_offset; in ivtv_yuv_window_setup()
757 f->dst_x &= ~1; in ivtv_yuv_window_setup()
796 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) || in ivtv_yuv_window_setup()
994 nf->dst_x = args->dst.left; in ivtv_yuv_setup_frame()
Divtv-driver.h402 s32 dst_x; member
/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga-hw.c174 unsigned int src_h, src_w, src_x, src_y, dst_h, dst_w, dst_x, dst_y; in rga_cmd_set_trans_info() local
194 dst_x = ctx->out.crop.left; in rga_cmd_set_trans_info()
329 offsets = rga_get_addr_offset(&ctx->out, dst_x, dst_y, dst_w, dst_h); in rga_cmd_set_trans_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_overlay.c492 short dst_x; member
809 iowrite32((params->dst_y << 16) | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
932 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
933 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
1162 params->dst_x = put_image_rec->dst_x; in intel_overlay_put_image_ioctl()
Dintel_display.c2990 int dst_x = plane_state->base.dst.x1; in skl_check_main_surface() local
3013 (dst_x + dst_w < 4 || dst_x > pipe_src_w - 4)) { in skl_check_main_surface()
3015 dst_x + dst_w < 4 ? "end" : "start", in skl_check_main_surface()
3016 dst_x + dst_w < 4 ? dst_x + dst_w : dst_x, in skl_check_main_surface()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c56 s32 dst_x, dst_y; member
837 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit()
969 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
/Linux-v4.19/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-v4.19/tools/include/uapi/drm/
Di915_drm.h1318 __u16 dst_x; member
/Linux-v4.19/include/uapi/drm/
Di915_drm.h1318 __u16 dst_x; member