Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/via/
H A 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 in hw_bitblt_2()
[all...]
H A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/linux/drivers/gpu/drm/sti/
H A Dsti_cursor.c195 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local
207 dst_x = new_plane_state->crtc_x; in sti_cursor_atomic_check()
210 mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_check()
257 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check()
272 int dst_x, dst_y; in sti_cursor_atomic_update() local
281 dst_x = newstate->crtc_x; in sti_cursor_atomic_update()
305 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
H A 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()
H A Dsti_gdp.c631 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local
645 dst_x = new_plane_state->crtc_x; in sti_gdp_atomic_check()
647 dst_w = clamp_val(new_plane_state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_check()
700 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check()
718 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
759 dst_x = newstate->crtc_x; in sti_gdp_atomic_update()
761 dst_w = clamp_val(newstate->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update()
801 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
802 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
H A Dsti_hqvdp.c1032 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/video/fbdev/sis/
H A 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()
/linux/drivers/video/fbdev/
H A Defifb.c148 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
229 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
232 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics()
233 dst_x += bmp_width; in efifb_show_boot_graphics()
234 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c229 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n", in ivtv_yuv_handle_horizontal()
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()
268 /* We're also using 2870 to shift the image left (src_x & negative 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 in ivtv_yuv_window_setup()
[all...]
H A Divtv-driver.h398 s32 dst_x; member
/linux/drivers/media/platform/rockchip/rga/
H A Drga-hw.c346 unsigned int dst_h, dst_w, dst_x, dst_y; in rga_cmd_set_dst_info() local
352 dst_x = ctx->out.crop.left; in rga_cmd_set_dst_info()
378 offsets = rga_get_addr_offset(&ctx->out, offset, dst_x, dst_y, dst_w, dst_h); in rga_cmd_set_dst_info()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h238 uint32_t dst_x : 16; member
H A Ddc_dmub_srv.c2067 lsdma_data->u.tiled_copy_data.dst_x = params.dst_x; in dmub_lsdma_send_tiled_to_tiled_copy_command()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h395 __field(int, dst_x)
427 __entry->dst_x = plane_state->dst_rect.x;
461 __entry->dst_x,
/linux/include/video/
H A Dsticore.h403 int dst_y, int dst_x, int height, int width,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c54 * @dst_x: Difference between source clip rects and framebuffer coordinates.
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/gpu/drm/i915/display/
H A Dintel_overlay.c848 iowrite32(params->dst_y << 16 | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
981 drm_rect_init(&req, rec->dst_x, rec->dst_y, in check_overlay_dst()
/linux/tools/include/uapi/drm/
H A Di915_drm.h1875 __u16 dst_x; member
/linux/include/uapi/drm/
H A Di915_drm.h1875 __u16 dst_x; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2002 uint32_t dst_x : 16; member