Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 12 of 12) sorted by relevance

/device/soc/amlogic/a311d/soc/amlogic/ge2d/
Dbitblt.c21 …blt(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y, int block) in _bitblt() argument
32 ge2d_cmd_cfg->dst_y_start = dst_y; in _bitblt()
33 ge2d_cmd_cfg->dst_y_end = dst_y + h - 1; in _bitblt()
51 …bitblt_noalpha(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y, in _bitblt_noalpha() argument
68 ge2d_cmd_cfg->dst_y_start = dst_y; in _bitblt_noalpha()
69 ge2d_cmd_cfg->dst_y_end = dst_y + h - 1; in _bitblt_noalpha()
87 void bitblt(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y) in bitblt() argument
89 _bitblt(wq, src_x, src_y, w, h, dst_x, dst_y, 1); in bitblt()
93 …d bitblt_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y) in bitblt_noblk() argument
95 _bitblt(wq, src_x, src_y, w, h, dst_x, dst_y, 0); in bitblt_noblk()
[all …]
Dstretchblt.c21 …tchblt(struct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, in _stretchblt() argument
33 ge2d_cmd_cfg->dst_y_start = dst_y; in _stretchblt()
34 ge2d_cmd_cfg->dst_y_end = dst_y + dst_h - 1; in _stretchblt()
55 …ct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, in stretchblt() argument
58 _stretchblt(wq, src_x, src_y, src_w, src_h, dst_x, dst_y, dst_w, dst_h, 1); in stretchblt()
62 …_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, in stretchblt_noblk() argument
65 _stretchblt(wq, src_x, src_y, src_w, src_h, dst_x, dst_y, dst_w, dst_h, 0); in stretchblt_noblk()
70 int dst_y, int dst_w, int dst_h, int blk) in _stretchblt_noalpha() argument
87 ge2d_cmd_cfg->dst_y_start = dst_y; in _stretchblt_noalpha()
88 ge2d_cmd_cfg->dst_y_end = dst_y + dst_h - 1; in _stretchblt_noalpha()
[all …]
Dblend.c25 int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op) in blend() argument
41 ge2d_cmd_cfg->dst_y_start = dst_y; in blend()
42 ge2d_cmd_cfg->dst_y_end = dst_y + dst_h - 1; in blend()
89 int src2_w, int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op) in blend_noblk() argument
105 ge2d_cmd_cfg->dst_y_start = dst_y; in blend_noblk()
106 ge2d_cmd_cfg->dst_y_end = dst_y + dst_h - 1; in blend_noblk()
151 int src2_w, int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op) in blend_noalpha() argument
167 ge2d_cmd_cfg->dst_y_start = dst_y; in blend_noalpha()
168 ge2d_cmd_cfg->dst_y_end = dst_y + dst_h - 1; in blend_noalpha()
212 int src2_w, int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op) in blend_noalpha_noblk() argument
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/ge2d/
Dge2d_func.h62 int dst_x, int dst_y);
66 int dst_x, int dst_y);
70 int dst_x, int dst_y);
74 int dst_x, int dst_y);
79 int dst_x, int dst_y, int dst_w, int dst_h);
83 int dst_x, int dst_y, int dst_w, int dst_h);
87 int dst_x, int dst_y, int dst_w, int dst_h);
91 int dst_x, int dst_y, int dst_w, int dst_h);
104 int dst_x, int dst_y, int dst_w, int dst_h,
110 int dst_x, int dst_y, int dst_w, int dst_h,
[all …]
/device/soc/amlogic/a311d/soc/include/linux/amlogic/media/ge2d/
Dge2d_func.h53 void bitblt(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y);
55 … bitblt_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y);
57 …itblt_noalpha(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y);
59 …noalpha_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y);
62 …ct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w,
65 …_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y,
68 …oalpha(struct ge2d_context_s *wq, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y,
72 int dst_y, int dst_w, int dst_h);
81 int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op);
84 int src2_w, int src2_h, int dst_x, int dst_y, int dst_w, int dst_h, int op);
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_self_test.c174 commit_info.dst_y = 0; in rockchip_drm_self_test_commit()
206 commit_info.dst_y = (vdisplay - BUFFER_HEIGHT) / 2; in rockchip_drm_self_test_commit()
212 commit_info.dst_y = 0; in rockchip_drm_self_test_commit()
Drockchip_drm_direct_show.h48 u32 dst_y; member
Drockchip_drm_direct_show.c271 commit_info->dst_x, commit_info->dst_y, in rockchip_drm_direct_show_commit()
288 commit_info->dst_x, commit_info->dst_y); in rockchip_drm_direct_show_commit()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/g2d_legacy/
Dg2d_driver.c630 ((para->dst_y < 0) && in g2d_blit()
631 ((-para->dst_y) > tmp_h)) || in g2d_blit()
638 ((para->dst_y > 0) && (para->dst_y > para->dst_image.h - 1))) { in g2d_blit()
666 if (((para->dst_y < 0) && ((-para->dst_y) < tmp_h))) { in g2d_blit()
667 para->src_rect.h = tmp_h + para->dst_y; in g2d_blit()
668 para->src_rect.y = (-para->dst_y); in g2d_blit()
669 para->dst_y = 0; in g2d_blit()
670 } else if ((para->dst_y + tmp_h) > para->dst_image.h) in g2d_blit()
671 para->src_rect.h = para->dst_image.h - para->dst_y; in g2d_blit()
682 para->dst_y += para->src_rect.h; in g2d_blit()
Dg2d_bsp_sun8iw11.c853 (para->dst_y / 2) + in mixer_blt()
858 (__u64) ((para->dst_image.w * para->dst_y + in mixer_blt()
881 para->dst_x, para->dst_y); in mixer_blt()
942 para->dst_image.w, para->dst_x, para->dst_y); in mixer_blt()
969 (__u64) ((para->dst_image.w * (para->dst_y / 2) + in mixer_blt()
974 (__u64) ((para->dst_image.w * para->dst_y + in mixer_blt()
986 (__u64) ((para->dst_image.w * (para->dst_y / 2) + in mixer_blt()
992 (__u64) ((para->dst_image.w * para->dst_y + in mixer_blt()
Dg2d_bsp_v2.c1830 G2D_INFO_MSG("outRectY: %d\n", para->dst_y); in mixer_blt()
1857 dst->clip_rect.y = para->dst_y; in mixer_blt()
/device/board/isoftstone/zhiyuan/kernel/driver/include/
Dsunxi-g2d.h382 __s32 dst_y; member