Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 16 of 16) 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/sti/
Dsti_cursor.c195 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local
204 dst_x = new_plane_state->crtc_x; in sti_cursor_atomic_check()
207 mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_check()
254 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check()
269 int dst_x, dst_y; in sti_cursor_atomic_update() local
278 dst_x = newstate->crtc_x; in sti_cursor_atomic_update()
302 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.c631 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local
642 dst_x = new_plane_state->crtc_x; in sti_gdp_atomic_check()
644 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_check()
697 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check()
715 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
756 dst_x = newstate->crtc_x; in sti_gdp_atomic_update()
758 dst_w = clamp_val(newstate->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update()
798 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
799 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
Dsti_hqvdp.c1032 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local
1041 dst_x = new_plane_state->crtc_x; in sti_hqvdp_atomic_check()
1043 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_check()
1107 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check()
1125 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local
1151 dst_x = newstate->crtc_x; in sti_hqvdp_atomic_update()
1153 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.c152 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
234 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
237 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics()
238 dst_x += bmp_width; in efifb_show_boot_graphics()
239 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
/drivers/media/pci/ivtv/
Divtv-yuv.c230 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()
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.h395 __field(int, dst_x)
427 __entry->dst_x = plane_state->dst_rect.x;
461 __entry->dst_x,
/drivers/gpu/drm/sprd/
Dsprd_dpu.c330 u32 dst_x = state->crtc_x; in sprd_dpu_layer() local
336 offset = (dst_x & 0xffff) | (dst_y << 16); in sprd_dpu_layer()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c58 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()
/drivers/video/
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()
/drivers/gpu/drm/i915/display/
Dintel_overlay.c836 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
969 drm_rect_init(&req, rec->dst_x, rec->dst_y, in check_overlay_dst()