Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/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()
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()
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()
39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument
172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument
[all...]
H A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/kernel/linux/linux-6.6/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()
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()
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()
39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument
172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument
[all...]
H A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/kernel/linux/linux-5.10/drivers/gpu/drm/zte/
H A Dzx_plane.c195 u32 dst_x, dst_y, dst_w, dst_h; in zx_vl_plane_atomic_update() local
210 dst_x = dst->x1; in zx_vl_plane_atomic_update()
230 zx_writel(layer + VL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_vl_plane_atomic_update()
234 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_vl_plane_atomic_update()
359 u32 dst_x, dst_y, dst_w, dst_h; in zx_gl_plane_atomic_update() local
377 dst_x = plane->state->crtc_x; in zx_gl_plane_atomic_update()
393 zx_writel(layer + GL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); in zx_gl_plane_atomic_update()
397 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_gl_plane_atomic_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Daccel_2d.c152 * @dst_x offset in pixels
164 uint16_t dst_x, uint16_t dst_y, in psb_accel_2d_copy()
175 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y); in psb_accel_2d_copy()
180 dst_x += size_x - 1; in psb_accel_2d_copy()
209 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y << in psb_accel_2d_copy()
159 psb_accel_2d_copy(struct drm_psb_private *dev_priv, uint32_t src_offset, uint32_t src_stride, uint32_t src_format, uint32_t dst_offset, uint32_t dst_stride, uint32_t dst_format, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t size_x, uint16_t size_y) psb_accel_2d_copy() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
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_cursor.c192 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local
201 dst_x = state->crtc_x; in sti_cursor_atomic_check()
203 dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); in sti_cursor_atomic_check()
249 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check()
263 int dst_x, dst_y; in sti_cursor_atomic_update() local
272 dst_x = state->crtc_x; in sti_cursor_atomic_update()
296 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
H A Dsti_gdp.c627 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local
638 dst_x = state->crtc_x; in sti_gdp_atomic_check()
640 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_check()
691 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check()
706 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local
747 dst_x = state->crtc_x; in sti_gdp_atomic_update()
749 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update()
789 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
790 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
H A Dsti_hqvdp.c1028 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local
1037 dst_x = state->crtc_x; in sti_hqvdp_atomic_check()
1039 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_check()
1103 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check()
1118 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local
1144 dst_x = state->crtc_x; in sti_hqvdp_atomic_update()
1146 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_hqvdp_atomic_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
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_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()
H A 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()
H A 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_accel.c105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy()
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()
233 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()
104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument
191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS310SubsequentScreenToScreenCopy() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_accel.c105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy()
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()
233 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()
104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument
191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS310SubsequentScreenToScreenCopy() argument
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-yuv.c223 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n", in ivtv_yuv_handle_horizontal()
224 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()
262 /* We're also using 2870 to shift the image left (src_x & negative 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 in ivtv_yuv_window_setup()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-yuv.c223 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n", in ivtv_yuv_handle_horizontal()
224 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()
262 /* We're also using 2870 to shift the image left (src_x & negative 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 in ivtv_yuv_window_setup()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Defifb.c142 u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
225 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
228 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics()
229 dst_x += bmp_width; in efifb_show_boot_graphics()
230 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
H A Dsticore.h401 int dst_y, int dst_x, int height, int width,
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A 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()
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
H A 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()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/
H A 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()
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/include/video/
H A Dsticore.h403 int dst_y, int dst_x, int height, int width,

Completed in 22 milliseconds

12