| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_display.h | 165 int ymirror; member 257 bool ymirror; member
|
| H A D | rockchip_display.c | 971 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 D | rockchip_vop_reg.c | 75 .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 D | rockchip_vop.h | 316 struct vop_reg ymirror; member 416 struct vop_reg ymirror; member
|
| H A D | rockchip_vop.c | 730 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 D | rockchip_drm_vop.h | 329 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 D | rockchip_vop_reg.c | 192 .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 D | rockchip_vop2_reg.c | 1939 .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 D | rockchip_drm_vop.c | 2069 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 D | rockchip_drm_vop2.c | 5299 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 D | rga3_reg_info.c | 59 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()
|