Home
last modified time | relevance | path

Searched refs:ymirror (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.h165 int ymirror; member
257 bool ymirror; member
H A Drockchip_display.c971 crtc_state->ymirror = logo->ymirror; in display_logo()
1222 logo->ymirror = 0; in load_bmp_logo()
1226 logo->ymirror = 0; in load_bmp_logo()
1228 logo->ymirror = 1; in load_bmp_logo()
1256 s->logo.ymirror = 0; in rockchip_show_fbbase()
2050 FDT_SET_U32("logo,ymirror", s->logo.ymirror); in rockchip_display_fixup()
H A Drockchip_vop_reg.c75 .ymirror = VOP_REG_VER(RK3368_WIN0_CTRL0, 0x1, 22, 3, 2, -1),
168 .ymirror = VOP_REG(RK3288_DSP_CTRL0, 0x1, 23),
227 .ymirror = VOP_REG(RK3368_WIN2_CTRL1, 0x1, 15),
402 .ymirror = VOP_REG(RK3328_DSP_CTRL0, 0x1, 23),
H A Drockchip_vop.h316 struct vop_reg ymirror; member
416 struct vop_reg ymirror; member
H A Drockchip_vop.c730 if (crtc_state->ymirror ^ y_mirror) in rockchip_vop_set_plane()
735 if (VOP_CTRL_SUPPORT(vop, ymirror)) in rockchip_vop_set_plane()
740 VOP_CTRL_SET(vop, ymirror, y_mirror); in rockchip_vop_set_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h329 struct vop_reg ymirror; member
465 struct vop_reg ymirror; member
668 struct vop_reg ymirror; member
750 struct vop_reg ymirror; member
H A Drockchip_vop_reg.c192 .ymirror = VOP_REG_VER(RK3368_WIN0_CTRL0, 0x1, 22, 3, 2, -1),
350 .ymirror = VOP_REG(RK3288_DSP_CTRL0, 0x1, 23),
463 .ymirror = VOP_REG(RK3368_WIN2_CTRL1, 0x1, 15),
677 .ymirror = VOP_REG_VER(RK3368_WIN0_CTRL0, 0x1, 22, 3, 2, -1),
1083 .ymirror = VOP_REG(RK3328_DSP_CTRL0, 0x1, 23),
H A Drockchip_vop2_reg.c1939 .ymirror = VOP_REG(RK3568_CLUSTER0_WIN0_AFBCD_ROTATE_MODE, 0x1, 3),
1990 .ymirror = VOP_REG(RK3568_CLUSTER1_WIN0_AFBCD_ROTATE_MODE, 0x1, 3),
2020 .ymirror = VOP_REG(RK3588_CLUSTER2_WIN0_AFBCD_ROTATE_MODE, 0x1, 3),
2050 .ymirror = VOP_REG(RK3588_CLUSTER3_WIN0_AFBCD_ROTATE_MODE, 0x1, 3),
2342 .ymirror = VOP_REG(RK3568_ESMART0_CTRL1, 0x1, 31),
H A Drockchip_drm_vop.c2069 VOP_WIN_SET(vop, win, ymirror, in vop_plane_atomic_update()
4440 flags |= (VOP_WIN_SUPPORT(vop, win, ymirror)) ? DRM_MODE_REFLECT_Y : 0; in vop_plane_add_properties()
H A Drockchip_drm_vop2.c5299 VOP_AFBC_SET(vop2, win, ymirror, vpstate->ymirror_en); in vop2_win_atomic_update()
5306 VOP_WIN_SET(vop2, win, ymirror, vpstate->ymirror_en); in vop2_win_atomic_update()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c59 u8 ymirror = 0; in RGA3_set_reg_win0_info() local
89 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win0_info()
301 (s_RGA3_WIN0_RD_CTRL_SW_WIN0_YMIRROR(ymirror))); in RGA3_set_reg_win0_info()
445 u8 ymirror = 0; in RGA3_set_reg_win1_info() local
472 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win1_info()
683 (s_RGA3_WIN1_RD_CTRL_SW_WIN1_YMIRROR(ymirror))); in RGA3_set_reg_win1_info()