Home
last modified time | relevance | path

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

/drivers/video/fbdev/via/
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 …]
Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/drivers/gpu/drm/zte/
Dzx_plane.c198 u32 dst_x, dst_y, dst_w, dst_h; in zx_vl_plane_atomic_update() local
213 dst_x = dst->x1; in zx_vl_plane_atomic_update()
233 zx_writel(layer + VL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_vl_plane_atomic_update()
237 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_vl_plane_atomic_update()
368 u32 dst_x, dst_y, dst_w, dst_h; in zx_gl_plane_atomic_update() local
386 dst_x = new_state->crtc_x; in zx_gl_plane_atomic_update()
402 zx_writel(layer + GL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_gl_plane_atomic_update()
406 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_gl_plane_atomic_update()
/drivers/gpu/drm/sti/
Dsti_cursor.c194 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local
203 dst_x = new_plane_state->crtc_x; in sti_cursor_atomic_check()
206 mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_check()
253 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check()
268 int dst_x, dst_y; in sti_cursor_atomic_update() local
277 dst_x = newstate->crtc_x; in sti_cursor_atomic_update()
301 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
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()
Dsti_gdp.c629 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local
640 dst_x = new_plane_state->crtc_x; in sti_gdp_atomic_check()
642 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_check()
695 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check()
713 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
754 dst_x = newstate->crtc_x; in sti_gdp_atomic_update()
756 dst_w = clamp_val(newstate->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update()
796 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
797 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
Dsti_hqvdp.c1030 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local
1039 dst_x = new_plane_state->crtc_x; in sti_hqvdp_atomic_check()
1041 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_check()
1105 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check()
1123 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local
1149 dst_x = newstate->crtc_x; in sti_hqvdp_atomic_update()
1151 dst_w = clamp_val(newstate->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_update()
/drivers/video/fbdev/sis/
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()
/drivers/video/fbdev/
Defifb.c145 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
227 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
230 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics()
231 dst_x += bmp_width; in efifb_show_boot_graphics()
232 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
Dsticore.h401 int dst_y, int dst_x, int height, int width,
/drivers/media/pci/ivtv/
Divtv-yuv.c224 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal()
234 reg_2890 = f->dst_x; in ivtv_yuv_handle_horizontal()
715 if ((osd_crop = f->pan_x - f->dst_x) > 0) { in ivtv_yuv_window_setup()
720 f->dst_x = 0; in ivtv_yuv_window_setup()
722 f->dst_x -= f->pan_x; in ivtv_yuv_window_setup()
725 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) { in ivtv_yuv_window_setup()
733 f->dst_x += itv->yuv_info.osd_x_offset; in ivtv_yuv_window_setup()
740 f->dst_x &= ~1; in ivtv_yuv_window_setup()
779 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) || in ivtv_yuv_window_setup()
977 nf->dst_x = args->dst.left; in ivtv_yuv_setup_frame()
Divtv-driver.h398 s32 dst_x; member
/drivers/media/platform/rockchip/rga/
Drga-hw.c166 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
186 dst_x = ctx->out.crop.left; in rga_cmd_set_trans_info()
324 offsets = rga_get_addr_offset(&ctx->out, dst_x, dst_y, dst_w, dst_h); in rga_cmd_set_trans_info()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h393 __field(int, dst_x)
425 __entry->dst_x = plane_state->dst_rect.x;
459 __entry->dst_x,
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c59 s32 dst_x, dst_y; member
1029 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; in vmw_sou_surface_fifo_commit()
1166 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
/drivers/gpu/drm/i915/display/
Dintel_overlay.c834 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
965 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
966 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
/drivers/video/console/
Dsticore.c232 int dst_y, int dst_x, int height, int width, in sti_bmove() argument
239 .dest_x = dst_x * font->width, in sti_bmove()