1 /* 2 * (C) Copyright 2008-2017 Fuzhou Rockchip Electronics Co., Ltd 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7 #include <config.h> 8 #include <common.h> 9 #include <errno.h> 10 #include <malloc.h> 11 #include <asm/unaligned.h> 12 #include <asm/io.h> 13 #include <linux/list.h> 14 15 #include "rockchip_vop.h" 16 #include "rockchip_vop_reg.h" 17 18 #define VOP_REG_VER_MASK(off, _mask, s, _write_mask, _major, \ 19 _begin_minor, _end_minor) \ 20 {.offset = off, \ 21 .mask = _mask, \ 22 .shift = s, \ 23 .write_mask = _write_mask, \ 24 .major = _major, \ 25 .begin_minor = _begin_minor, \ 26 .end_minor = _end_minor,} 27 28 #define VOP_REG(off, _mask, s) \ 29 VOP_REG_VER_MASK(off, _mask, s, false, 0, 0, -1) 30 31 #define VOP_REG_MASK(off, _mask, s) \ 32 VOP_REG_VER_MASK(off, _mask, s, true, 0, 0, -1) 33 34 #define VOP_REG_VER(off, _mask, s, _major, _begin_minor, _end_minor) \ 35 VOP_REG_VER_MASK(off, _mask, s, false, \ 36 _major, _begin_minor, _end_minor) 37 38 static const struct vop_scl_extension rk3288_win_full_scl_ext = { 39 .cbcr_vsd_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 31), 40 .cbcr_vsu_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 30), 41 .cbcr_hsd_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 28), 42 .cbcr_ver_scl_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 26), 43 .cbcr_hor_scl_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 24), 44 .yrgb_vsd_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 23), 45 .yrgb_vsu_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 22), 46 .yrgb_hsd_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 20), 47 .yrgb_ver_scl_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 18), 48 .yrgb_hor_scl_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 16), 49 .line_load_mode = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 15), 50 .cbcr_axi_gather_num = VOP_REG(RK3288_WIN0_CTRL1, 0x7, 12), 51 .yrgb_axi_gather_num = VOP_REG(RK3288_WIN0_CTRL1, 0xf, 8), 52 .vsd_cbcr_gt2 = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 7), 53 .vsd_cbcr_gt4 = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 6), 54 .vsd_yrgb_gt2 = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 5), 55 .vsd_yrgb_gt4 = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 4), 56 .bic_coe_sel = VOP_REG(RK3288_WIN0_CTRL1, 0x3, 2), 57 .cbcr_axi_gather_en = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 1), 58 .yrgb_axi_gather_en = VOP_REG(RK3288_WIN0_CTRL1, 0x1, 0), 59 .lb_mode = VOP_REG(RK3288_WIN0_CTRL0, 0x7, 5), 60 }; 61 62 static const struct vop_scl_regs rk3288_win_full_scl = { 63 .ext = &rk3288_win_full_scl_ext, 64 .scale_yrgb_x = VOP_REG(RK3288_WIN0_SCL_FACTOR_YRGB, 0xffff, 0x0), 65 .scale_yrgb_y = VOP_REG(RK3288_WIN0_SCL_FACTOR_YRGB, 0xffff, 16), 66 .scale_cbcr_x = VOP_REG(RK3288_WIN0_SCL_FACTOR_CBR, 0xffff, 0x0), 67 .scale_cbcr_y = VOP_REG(RK3288_WIN0_SCL_FACTOR_CBR, 0xffff, 16), 68 }; 69 70 static const struct vop_win rk3288_win01_data = { 71 .scl = &rk3288_win_full_scl, 72 .enable = VOP_REG(RK3288_WIN0_CTRL0, 0x1, 0), 73 .format = VOP_REG(RK3288_WIN0_CTRL0, 0x7, 1), 74 .rb_swap = VOP_REG(RK3288_WIN0_CTRL0, 0x1, 12), 75 .ymirror = VOP_REG_VER(RK3368_WIN0_CTRL0, 0x1, 22, 3, 2, -1), 76 .act_info = VOP_REG(RK3288_WIN0_ACT_INFO, 0x1fff1fff, 0), 77 .dsp_info = VOP_REG(RK3288_WIN0_DSP_INFO, 0x0fff0fff, 0), 78 .dsp_st = VOP_REG(RK3288_WIN0_DSP_ST, 0x1fff1fff, 0), 79 .yrgb_mst = VOP_REG(RK3288_WIN0_YRGB_MST, 0xffffffff, 0), 80 .uv_mst = VOP_REG(RK3288_WIN0_CBR_MST, 0xffffffff, 0), 81 .yrgb_vir = VOP_REG(RK3288_WIN0_VIR, 0x3fff, 0), 82 .uv_vir = VOP_REG(RK3288_WIN0_VIR, 0x3fff, 16), 83 .src_alpha_ctl = VOP_REG(RK3288_WIN0_SRC_ALPHA_CTRL, 0xffffffff, 0), 84 .dst_alpha_ctl = VOP_REG(RK3288_WIN0_DST_ALPHA_CTRL, 0xffffffff, 0), 85 }; 86 87 static const struct vop_ctrl rk3288_ctrl_data = { 88 .standby = VOP_REG(RK3288_SYS_CTRL, 0x1, 22), 89 .axi_outstanding_max_num = VOP_REG(RK3288_SYS_CTRL1, 0x1f, 13), 90 .axi_max_outstanding_en = VOP_REG(RK3288_SYS_CTRL1, 0x1, 12), 91 .reg_done_frm = VOP_REG_VER(RK3288_SYS_CTRL1, 0x1, 24, 3, 7, -1), 92 .htotal_pw = VOP_REG(RK3288_DSP_HTOTAL_HS_END, 0x1fff1fff, 0), 93 .hact_st_end = VOP_REG(RK3288_DSP_HACT_ST_END, 0x1fff1fff, 0), 94 .vtotal_pw = VOP_REG(RK3288_DSP_VTOTAL_VS_END, 0x1fff1fff, 0), 95 .vact_st_end = VOP_REG(RK3288_DSP_VACT_ST_END, 0x1fff1fff, 0), 96 .vact_st_end_f1 = VOP_REG(RK3288_DSP_VACT_ST_END_F1, 0x1fff1fff, 0), 97 .vs_st_end_f1 = VOP_REG(RK3288_DSP_VS_ST_END_F1, 0x1fff1fff, 0), 98 .hpost_st_end = VOP_REG(RK3288_POST_DSP_HACT_INFO, 0x1fff1fff, 0), 99 .vpost_st_end = VOP_REG(RK3288_POST_DSP_VACT_INFO, 0x1fff1fff, 0), 100 .vpost_st_end_f1 = VOP_REG(RK3288_POST_DSP_VACT_INFO_F1, 0x1fff1fff, 0), 101 .post_scl_factor = VOP_REG(RK3288_POST_SCL_FACTOR_YRGB, 0xffffffff, 0), 102 .post_scl_ctrl = VOP_REG(RK3288_POST_SCL_CTRL, 0x3, 0), 103 104 .dsp_interlace = VOP_REG(RK3288_DSP_CTRL0, 0x1, 10), 105 .auto_gate_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 23), 106 .dsp_layer_sel = VOP_REG(RK3288_DSP_CTRL1, 0xff, 8), 107 .post_lb_mode = VOP_REG_VER(RK3288_SYS_CTRL, 0x1, 18, 3, 2, -1), 108 .global_regdone_en = VOP_REG_VER(RK3288_SYS_CTRL, 0x1, 11, 3, 2, -1), 109 .overlay_mode = VOP_REG_VER(RK3288_SYS_CTRL, 0x1, 16, 3, 2, -1), 110 .core_dclk_div = VOP_REG_VER(RK3399_DSP_CTRL0, 0x1, 4, 3, 4, -1), 111 .p2i_en = VOP_REG_VER(RK3399_DSP_CTRL0, 0x1, 5, 3, 4, -1), 112 .dclk_ddr = VOP_REG_VER(RK3399_DSP_CTRL0, 0x1, 8, 3, 4, -1), 113 .dp_en = VOP_REG(RK3399_SYS_CTRL, 0x1, 11), 114 .rgb_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 12), 115 .hdmi_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 13), 116 .edp_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 14), 117 .mipi_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 15), 118 .mipi_dual_channel_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 3), 119 .data01_swap = VOP_REG_VER(RK3288_SYS_CTRL, 0x1, 17, 3, 5, -1), 120 .dclk_pol = VOP_REG_VER(RK3288_DSP_CTRL0, 0x1, 7, 3, 0, 1), 121 .pin_pol = VOP_REG_VER(RK3288_DSP_CTRL0, 0xf, 4, 3, 0, 1), 122 .dp_dclk_pol = VOP_REG_VER(RK3399_DSP_CTRL1, 0x1, 19, 3, 5, -1), 123 .dp_pin_pol = VOP_REG_VER(RK3399_DSP_CTRL1, 0x7, 16, 3, 5, -1), 124 .rgb_dclk_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x1, 19, 3, 2, -1), 125 .rgb_pin_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x7, 16, 3, 2, -1), 126 .tve_dclk_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 24), 127 .tve_dclk_pol = VOP_REG(RK3288_SYS_CTRL, 0x1, 25), 128 .tve_sw_mode = VOP_REG(RK3288_SYS_CTRL, 0x1, 26), 129 .sw_uv_offset_en = VOP_REG(RK3288_SYS_CTRL, 0x1, 27), 130 .sw_genlock = VOP_REG(RK3288_SYS_CTRL, 0x1, 28), 131 .hdmi_dclk_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x1, 23, 3, 2, -1), 132 .hdmi_pin_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x7, 20, 3, 2, -1), 133 .edp_dclk_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x1, 27, 3, 2, -1), 134 .edp_pin_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x7, 24, 3, 2, -1), 135 .mipi_dclk_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x1, 31, 3, 2, -1), 136 .mipi_pin_pol = VOP_REG_VER(RK3368_DSP_CTRL1, 0x7, 28, 3, 2, -1), 137 138 .dither_down = VOP_REG(RK3288_DSP_CTRL1, 0xf, 1), 139 .dither_up = VOP_REG(RK3288_DSP_CTRL1, 0x1, 6), 140 141 .dsp_out_yuv = VOP_REG_VER(RK3399_POST_SCL_CTRL, 0x1, 2, 3, 5, -1), 142 .dsp_data_swap = VOP_REG(RK3288_DSP_CTRL0, 0x1f, 12), 143 .dsp_ccir656_avg = VOP_REG(RK3288_DSP_CTRL0, 0x1, 20), 144 .dsp_blank = VOP_REG(RK3288_DSP_CTRL0, 0x3, 18), 145 .dsp_lut_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 0), 146 .update_gamma_lut = VOP_REG_VER(RK3288_DSP_CTRL1, 0x1, 7, 3, 5, -1), 147 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0), 148 149 .bcsh_brightness = VOP_REG(RK3288_BCSH_BCS, 0xff, 0), 150 .bcsh_contrast = VOP_REG(RK3288_BCSH_BCS, 0x1ff, 8), 151 .bcsh_sat_con = VOP_REG(RK3288_BCSH_BCS, 0x3ff, 20), 152 .bcsh_out_mode = VOP_REG(RK3288_BCSH_BCS, 0x3, 0), 153 .bcsh_sin_hue = VOP_REG(RK3288_BCSH_H, 0x1ff, 0), 154 .bcsh_cos_hue = VOP_REG(RK3288_BCSH_H, 0x1ff, 16), 155 .bcsh_r2y_csc_mode = VOP_REG_VER(RK3368_BCSH_CTRL, 0x1, 6, 3, 1, -1), 156 .bcsh_r2y_en = VOP_REG_VER(RK3368_BCSH_CTRL, 0x1, 4, 3, 1, -1), 157 .bcsh_y2r_csc_mode = VOP_REG_VER(RK3368_BCSH_CTRL, 0x3, 2, 3, 1, -1), 158 .bcsh_y2r_en = VOP_REG_VER(RK3368_BCSH_CTRL, 0x1, 0, 3, 1, -1), 159 .bcsh_color_bar = VOP_REG(RK3288_BCSH_COLOR_BAR, 0xffffff, 8), 160 .bcsh_en = VOP_REG(RK3288_BCSH_COLOR_BAR, 0x1, 0), 161 162 .xmirror = VOP_REG(RK3288_DSP_CTRL0, 0x1, 22), 163 .ymirror = VOP_REG(RK3288_DSP_CTRL0, 0x1, 23), 164 165 .dsp_background = VOP_REG(RK3288_DSP_BG, 0xffffffff, 0), 166 167 .cfg_done = VOP_REG(RK3288_REG_CFG_DONE, 0x1, 0), 168 .win_gate[0] = VOP_REG(RK3288_WIN2_CTRL0, 0x1, 0), 169 .win_gate[1] = VOP_REG(RK3288_WIN3_CTRL0, 0x1, 0), 170 }; 171 172 static const struct vop_line_flag rk3288_vop_line_flag = { 173 .line_flag_num[0] = VOP_REG(RK3288_INTR_CTRL0, 0x1fff, 12), 174 }; 175 176 static const struct vop_grf_ctrl rk3288_vop_big_grf_ctrl = { 177 .grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 13), 178 }; 179 180 static const struct vop_grf_ctrl rk3288_vop_lit_grf_ctrl = { 181 .grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 15), 182 }; 183 184 const struct vop_data rk3288_vop_big = { 185 .version = VOP_VERSION(3, 1), 186 .max_output = {3840, 2160}, 187 .feature = VOP_FEATURE_OUTPUT_10BIT, 188 .ctrl = &rk3288_ctrl_data, 189 .grf_ctrl = &rk3288_vop_big_grf_ctrl, 190 .win = &rk3288_win01_data, 191 .line_flag = &rk3288_vop_line_flag, 192 .reg_len = RK3288_DSP_VACT_ST_END_F1 * 4, 193 }; 194 195 const struct vop_data rk3288_vop_lit = { 196 .version = VOP_VERSION(3, 1), 197 .max_output = {2560, 1600}, 198 .feature = VOP_FEATURE_OUTPUT_10BIT, 199 .ctrl = &rk3288_ctrl_data, 200 .grf_ctrl = &rk3288_vop_lit_grf_ctrl, 201 .win = &rk3288_win01_data, 202 .line_flag = &rk3288_vop_line_flag, 203 .reg_len = RK3288_DSP_VACT_ST_END_F1 * 4, 204 }; 205 206 static const struct vop_win rk3368_win23_data = { 207 .enable = VOP_REG(RK3368_WIN2_CTRL0, 0x1, 4), 208 .format = VOP_REG(RK3368_WIN2_CTRL0, 0x3, 5), 209 .ymirror = VOP_REG(RK3368_WIN2_CTRL1, 0x1, 15), 210 .rb_swap = VOP_REG(RK3368_WIN2_CTRL0, 0x1, 20), 211 .dsp_info = VOP_REG(RK3368_WIN2_DSP_INFO0, 0x0fff0fff, 0), 212 .dsp_st = VOP_REG(RK3368_WIN2_DSP_ST0, 0x1fff1fff, 0), 213 .yrgb_mst = VOP_REG(RK3368_WIN2_MST0, 0xffffffff, 0), 214 .yrgb_vir = VOP_REG(RK3368_WIN2_VIR0_1, 0x1fff, 0), 215 .src_alpha_ctl = VOP_REG(RK3368_WIN2_SRC_ALPHA_CTRL, 0xffff, 0), 216 .dst_alpha_ctl = VOP_REG(RK3368_WIN2_DST_ALPHA_CTRL, 0xffffffff, 0), 217 }; 218 219 static const struct vop_line_flag rk3368_vop_line_flag = { 220 .line_flag_num[0] = VOP_REG(RK3368_LINE_FLAG, 0xffff, 0), 221 .line_flag_num[1] = VOP_REG(RK3368_LINE_FLAG, 0xffff, 16), 222 }; 223 224 static const struct vop_grf_ctrl rk3368_vop_grf_ctrl = { 225 .grf_dclk_inv = VOP_REG(RK3368_GRF_SOC_CON6, 0x1, 5), 226 }; 227 228 const struct vop_data rk3368_vop = { 229 .version = VOP_VERSION(3, 2), 230 .max_output = {4096, 2160}, 231 .ctrl = &rk3288_ctrl_data, 232 .grf_ctrl = &rk3368_vop_grf_ctrl, 233 .win = &rk3288_win01_data, 234 .line_flag = &rk3368_vop_line_flag, 235 .reg_len = RK3368_DSP_VACT_ST_END_F1 * 4, 236 }; 237 238 static const struct vop_line_flag rk3366_vop_line_flag = { 239 .line_flag_num[0] = VOP_REG(RK3366_LINE_FLAG, 0xffff, 0), 240 .line_flag_num[1] = VOP_REG(RK3366_LINE_FLAG, 0xffff, 16), 241 }; 242 243 const struct vop_data rk3366_vop = { 244 .version = VOP_VERSION(3, 4), 245 .max_output = {4096, 2160}, 246 .ctrl = &rk3288_ctrl_data, 247 .win = &rk3288_win01_data, 248 .line_flag = &rk3366_vop_line_flag, 249 .reg_len = RK3366_DSP_VACT_ST_END_F1 * 4, 250 }; 251 252 static const uint32_t vop_csc_r2y_bt601[] = { 253 0x02590132, 0xff530075, 0x0200fead, 0xfe530200, 254 0x0000ffad, 0x00000200, 0x00080200, 0x00080200, 255 }; 256 257 static const uint32_t vop_csc_r2y_bt601_12_235[] = { 258 0x02040107, 0xff680064, 0x01c2fed6, 0xffb7fe87, 259 0x0000ffb7, 0x00010200, 0x00080200, 0x00080200, 260 }; 261 262 static const uint32_t vop_csc_r2y_bt709[] = { 263 0x027500bb, 0xff99003f, 0x01c2fea5, 0xfe6801c2, 264 0x0000ffd7, 0x00010200, 0x00080200, 0x00080200, 265 }; 266 267 static const uint32_t vop_csc_r2y_bt2020[] = { 268 0x025300e6, 0xff830034, 0x01c1febd, 0xfe6401c1, 269 0x0000ffdc, 0x00010200, 0x00080200, 0x00080200, 270 }; 271 272 static const struct vop_csc_table rk3399_csc_table = { 273 .r2y_bt601 = vop_csc_r2y_bt601, 274 .r2y_bt601_12_235 = vop_csc_r2y_bt601_12_235, 275 .r2y_bt709 = vop_csc_r2y_bt709, 276 .r2y_bt2020 = vop_csc_r2y_bt2020, 277 }; 278 279 static const struct vop_csc rk3399_win0_csc = { 280 .r2r_en = VOP_REG(RK3399_YUV2YUV_WIN, 0x1, 0), 281 .y2r_en = VOP_REG(RK3399_YUV2YUV_WIN, 0x1, 1), 282 .r2y_en = VOP_REG(RK3399_YUV2YUV_WIN, 0x1, 2), 283 .y2r_offset = RK3399_WIN0_YUV2YUV_Y2R, 284 .r2r_offset = RK3399_WIN0_YUV2YUV_3X3, 285 .r2y_offset = RK3399_WIN0_YUV2YUV_R2Y, 286 }; 287 288 static const struct vop_csc rk3399_win2_csc = { 289 .r2r_en = VOP_REG(RK3399_YUV2YUV_WIN, 0x1, 16), 290 .r2y_en = VOP_REG(RK3399_YUV2YUV_WIN, 0x1, 18), 291 .r2r_offset = RK3399_WIN2_YUV2YUV_3X3, 292 293 }; 294 295 const struct vop_data rk3399_vop_big = { 296 .version = VOP_VERSION(3, 5), 297 .max_output = {4096, 2160}, 298 .feature = VOP_FEATURE_OUTPUT_10BIT, 299 .ctrl = &rk3288_ctrl_data, 300 .win = &rk3288_win01_data, 301 .line_flag = &rk3366_vop_line_flag, 302 .csc_table = &rk3399_csc_table, 303 .win_csc = &rk3399_win0_csc, 304 .reg_len = RK3399_DSP_VACT_ST_END_F1 * 4, 305 }; 306 307 const struct vop_data rk3399_vop_lit = { 308 .version = VOP_VERSION(3, 6), 309 .max_output = {2560, 1600}, 310 .ctrl = &rk3288_ctrl_data, 311 .win = &rk3368_win23_data, 312 .line_flag = &rk3366_vop_line_flag, 313 .csc_table = &rk3399_csc_table, 314 .win_csc = &rk3399_win2_csc, 315 .reg_len = RK3399_DSP_VACT_ST_END_F1 * 4, 316 }; 317 318 const struct vop_data rk322x_vop = { 319 .version = VOP_VERSION(3, 7), 320 .max_output = {4096, 2160}, 321 .feature = VOP_FEATURE_OUTPUT_10BIT, 322 .ctrl = &rk3288_ctrl_data, 323 .win = &rk3288_win01_data, 324 .line_flag = &rk3366_vop_line_flag, 325 .reg_len = RK3399_DSP_VACT_ST_END_F1 * 4, 326 }; 327 328 static const struct vop_ctrl rk3328_ctrl_data = { 329 .standby = VOP_REG(RK3328_SYS_CTRL, 0x1, 22), 330 .axi_outstanding_max_num = VOP_REG(RK3328_SYS_CTRL1, 0x1f, 13), 331 .axi_max_outstanding_en = VOP_REG(RK3328_SYS_CTRL1, 0x1, 12), 332 .reg_done_frm = VOP_REG(RK3328_SYS_CTRL1, 0x1, 24), 333 .auto_gate_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 23), 334 .htotal_pw = VOP_REG(RK3328_DSP_HTOTAL_HS_END, 0x1fff1fff, 0), 335 .hact_st_end = VOP_REG(RK3328_DSP_HACT_ST_END, 0x1fff1fff, 0), 336 .vtotal_pw = VOP_REG(RK3328_DSP_VTOTAL_VS_END, 0x1fff1fff, 0), 337 .vact_st_end = VOP_REG(RK3328_DSP_VACT_ST_END, 0x1fff1fff, 0), 338 .vact_st_end_f1 = VOP_REG(RK3328_DSP_VACT_ST_END_F1, 0x1fff1fff, 0), 339 .vs_st_end_f1 = VOP_REG(RK3328_DSP_VS_ST_END_F1, 0x1fff1fff, 0), 340 .hpost_st_end = VOP_REG(RK3328_POST_DSP_HACT_INFO, 0x1fff1fff, 0), 341 .vpost_st_end = VOP_REG(RK3328_POST_DSP_VACT_INFO, 0x1fff1fff, 0), 342 .vpost_st_end_f1 = VOP_REG(RK3328_POST_DSP_VACT_INFO_F1, 0x1fff1fff, 0), 343 .post_scl_factor = VOP_REG(RK3328_POST_SCL_FACTOR_YRGB, 0xffffffff, 0), 344 .post_scl_ctrl = VOP_REG(RK3328_POST_SCL_CTRL, 0x3, 0), 345 .dsp_out_yuv = VOP_REG(RK3328_POST_SCL_CTRL, 0x1, 2), 346 .dsp_interlace = VOP_REG(RK3328_DSP_CTRL0, 0x1, 10), 347 .dsp_layer_sel = VOP_REG(RK3328_DSP_CTRL1, 0xff, 8), 348 .post_lb_mode = VOP_REG(RK3328_SYS_CTRL, 0x1, 18), 349 .global_regdone_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 11), 350 .overlay_mode = VOP_REG(RK3328_SYS_CTRL, 0x1, 16), 351 .core_dclk_div = VOP_REG(RK3328_DSP_CTRL0, 0x1, 4), 352 .dclk_ddr = VOP_REG(RK3328_DSP_CTRL0, 0x1, 8), 353 .p2i_en = VOP_REG(RK3328_DSP_CTRL0, 0x1, 5), 354 .rgb_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 12), 355 .hdmi_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 13), 356 .edp_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 14), 357 .mipi_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 15), 358 .tve_dclk_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 24), 359 .tve_dclk_pol = VOP_REG(RK3328_SYS_CTRL, 0x1, 25), 360 .tve_sw_mode = VOP_REG(RK3328_SYS_CTRL, 0x1, 26), 361 .sw_uv_offset_en = VOP_REG(RK3328_SYS_CTRL, 0x1, 27), 362 .sw_genlock = VOP_REG(RK3328_SYS_CTRL, 0x1, 28), 363 .sw_dac_sel = VOP_REG(RK3328_SYS_CTRL, 0x1, 29), 364 .rgb_pin_pol = VOP_REG(RK3328_DSP_CTRL1, 0xf, 16), 365 .hdmi_pin_pol = VOP_REG(RK3328_DSP_CTRL1, 0xf, 20), 366 .edp_pin_pol = VOP_REG(RK3328_DSP_CTRL1, 0xf, 24), 367 .mipi_pin_pol = VOP_REG(RK3328_DSP_CTRL1, 0xf, 28), 368 369 .dither_down = VOP_REG(RK3328_DSP_CTRL1, 0xf, 1), 370 .dither_up = VOP_REG(RK3328_DSP_CTRL1, 0x1, 6), 371 372 .dsp_data_swap = VOP_REG(RK3328_DSP_CTRL0, 0x1f, 12), 373 .dsp_ccir656_avg = VOP_REG(RK3328_DSP_CTRL0, 0x1, 20), 374 .dsp_blank = VOP_REG(RK3328_DSP_CTRL0, 0x3, 18), 375 .dsp_lut_en = VOP_REG(RK3328_DSP_CTRL1, 0x1, 0), 376 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0), 377 378 .xmirror = VOP_REG(RK3328_DSP_CTRL0, 0x1, 22), 379 .ymirror = VOP_REG(RK3328_DSP_CTRL0, 0x1, 23), 380 381 .dsp_background = VOP_REG(RK3328_DSP_BG, 0xffffffff, 0), 382 383 .bcsh_brightness = VOP_REG(RK3328_BCSH_BCS, 0xff, 0), 384 .bcsh_contrast = VOP_REG(RK3328_BCSH_BCS, 0x1ff, 8), 385 .bcsh_sat_con = VOP_REG(RK3328_BCSH_BCS, 0x3ff, 20), 386 .bcsh_out_mode = VOP_REG(RK3328_BCSH_BCS, 0x3, 30), 387 .bcsh_sin_hue = VOP_REG(RK3328_BCSH_H, 0x1ff, 0), 388 .bcsh_cos_hue = VOP_REG(RK3328_BCSH_H, 0x1ff, 16), 389 .bcsh_r2y_csc_mode = VOP_REG(RK3328_BCSH_CTRL, 0x3, 6), 390 .bcsh_r2y_en = VOP_REG(RK3328_BCSH_CTRL, 0x1, 4), 391 .bcsh_y2r_csc_mode = VOP_REG(RK3328_BCSH_CTRL, 0x3, 2), 392 .bcsh_y2r_en = VOP_REG(RK3328_BCSH_CTRL, 0x1, 0), 393 .bcsh_color_bar = VOP_REG(RK3328_BCSH_COLOR_BAR, 0xffffff, 8), 394 .bcsh_en = VOP_REG(RK3328_BCSH_COLOR_BAR, 0x1, 0), 395 .win_channel[0] = VOP_REG_VER(RK3328_WIN0_CTRL2, 0xff, 0, 3, 8, 8), 396 .win_channel[1] = VOP_REG_VER(RK3328_WIN1_CTRL2, 0xff, 0, 3, 8, 8), 397 .win_channel[2] = VOP_REG_VER(RK3328_WIN2_CTRL2, 0xff, 0, 3, 8, 8), 398 399 .cfg_done = VOP_REG(RK3328_REG_CFG_DONE, 0x1, 0), 400 }; 401 402 403 static const struct vop_line_flag rk3328_vop_line_flag = { 404 .line_flag_num[0] = VOP_REG(RK3328_LINE_FLAG, 0xffff, 0), 405 .line_flag_num[1] = VOP_REG(RK3328_LINE_FLAG, 0xffff, 16), 406 }; 407 408 const struct vop_data rk3328_vop = { 409 .version = VOP_VERSION(3, 8), 410 .max_output = {4096, 2160}, 411 .feature = VOP_FEATURE_OUTPUT_10BIT, 412 .ctrl = &rk3328_ctrl_data, 413 .win = &rk3288_win01_data, 414 .win_offset = 0xd0, 415 .line_flag = &rk3328_vop_line_flag, 416 .reg_len = RK3328_DSP_VACT_ST_END_F1 * 4, 417 }; 418 419 static const struct vop_scl_regs rk3036_win_scl = { 420 .scale_yrgb_x = VOP_REG(RK3036_WIN0_SCL_FACTOR_YRGB, 0xffff, 0x0), 421 .scale_yrgb_y = VOP_REG(RK3036_WIN0_SCL_FACTOR_YRGB, 0xffff, 16), 422 .scale_cbcr_x = VOP_REG(RK3036_WIN0_SCL_FACTOR_CBR, 0xffff, 0x0), 423 .scale_cbcr_y = VOP_REG(RK3036_WIN0_SCL_FACTOR_CBR, 0xffff, 16), 424 }; 425 426 static const struct vop_win rk3036_win0_data = { 427 .scl = &rk3036_win_scl, 428 .enable = VOP_REG(RK3036_SYS_CTRL, 0x1, 0), 429 .format = VOP_REG(RK3036_SYS_CTRL, 0x7, 3), 430 .rb_swap = VOP_REG(RK3036_SYS_CTRL, 0x1, 15), 431 .act_info = VOP_REG(RK3036_WIN0_ACT_INFO, 0x1fff1fff, 0), 432 .dsp_info = VOP_REG(RK3036_WIN0_DSP_INFO, 0x0fff0fff, 0), 433 .dsp_st = VOP_REG(RK3036_WIN0_DSP_ST, 0x1fff1fff, 0), 434 .yrgb_mst = VOP_REG(RK3036_WIN0_YRGB_MST, 0xffffffff, 0), 435 .uv_mst = VOP_REG(RK3036_WIN0_CBR_MST, 0xffffffff, 0), 436 .yrgb_vir = VOP_REG(RK3036_WIN0_VIR, 0xffff, 0), 437 .uv_vir = VOP_REG(RK3036_WIN0_VIR, 0x1fff, 16), 438 .alpha_mode = VOP_REG(RK3036_DSP_CTRL0, 0x1, 18), 439 .alpha_en = VOP_REG(RK3036_ALPHA_CTRL, 0x1, 0) 440 }; 441 442 static const struct vop_ctrl rk3036_ctrl_data = { 443 .standby = VOP_REG(RK3036_SYS_CTRL, 0x1, 30), 444 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 445 .dsp_blank = VOP_REG(RK3036_DSP_CTRL1, 0x1, 24), 446 .dclk_pol = VOP_REG(RK3036_DSP_CTRL0, 0x1, 7), 447 .pin_pol = VOP_REG(RK3036_DSP_CTRL0, 0xf, 4), 448 .dither_down = VOP_REG(RK3036_DSP_CTRL0, 0x3, 10), 449 .dsp_layer_sel = VOP_REG(RK3036_DSP_CTRL0, 0x1, 8), 450 .htotal_pw = VOP_REG(RK3036_DSP_HTOTAL_HS_END, 0x1fff1fff, 0), 451 .hact_st_end = VOP_REG(RK3036_DSP_HACT_ST_END, 0x1fff1fff, 0), 452 .hdmi_en = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 22), 453 .hdmi_dclk_pol = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 23), 454 .hdmi_pin_pol = VOP_REG(RK3036_INT_SCALER, 0x7, 4), 455 .rgb_en = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 24), 456 .rgb_dclk_pol = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 25), 457 .lvds_en = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 26), 458 .lvds_dclk_pol = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 27), 459 .mipi_en = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 28), 460 .mipi_dclk_pol = VOP_REG(RK3036_AXI_BUS_CTRL, 0x1, 29), 461 .vtotal_pw = VOP_REG(RK3036_DSP_VTOTAL_VS_END, 0x1fff1fff, 0), 462 .vact_st_end = VOP_REG(RK3036_DSP_VACT_ST_END, 0x1fff1fff, 0), 463 .cfg_done = VOP_REG(RK3036_REG_CFG_DONE, 0x1, 0), 464 }; 465 466 static const struct vop_line_flag rk3036_vop_line_flag = { 467 .line_flag_num[0] = VOP_REG(RK3036_INT_STATUS, 0xfff, 12), 468 }; 469 470 const struct vop_data rk3036_vop = { 471 .version = VOP_VERSION(2, 2), 472 .max_output = {1920, 1080}, 473 .ctrl = &rk3036_ctrl_data, 474 .win = &rk3036_win0_data, 475 .line_flag = &rk3036_vop_line_flag, 476 .reg_len = RK3036_DSP_VACT_ST_END_F1 * 4, 477 }; 478 479 static const struct vop_scl_regs rk3366_lit_win_scl = { 480 .scale_yrgb_x = VOP_REG(RK3366_LIT_WIN0_SCL_FACTOR_YRGB, 0xffff, 0x0), 481 .scale_yrgb_y = VOP_REG(RK3366_LIT_WIN0_SCL_FACTOR_YRGB, 0xffff, 16), 482 .scale_cbcr_x = VOP_REG(RK3366_LIT_WIN0_SCL_FACTOR_CBR, 0xffff, 0x0), 483 .scale_cbcr_y = VOP_REG(RK3366_LIT_WIN0_SCL_FACTOR_CBR, 0xffff, 16), 484 }; 485 486 static const struct vop_win rk3366_win0_data = { 487 .scl = &rk3366_lit_win_scl, 488 489 .enable = VOP_REG(RK3366_LIT_WIN0_CTRL0, 0x1, 0), 490 .format = VOP_REG(RK3366_LIT_WIN0_CTRL0, 0x7, 1), 491 .rb_swap = VOP_REG(RK3366_LIT_WIN0_CTRL0, 0x1, 12), 492 .act_info = VOP_REG(RK3366_LIT_WIN0_ACT_INFO, 0xffffffff, 0), 493 .dsp_info = VOP_REG(RK3366_LIT_WIN0_DSP_INFO, 0xffffffff, 0), 494 .dsp_st = VOP_REG(RK3366_LIT_WIN0_DSP_ST, 0xffffffff, 0), 495 .yrgb_mst = VOP_REG(RK3366_LIT_WIN0_YRGB_MST0, 0xffffffff, 0), 496 .uv_mst = VOP_REG(RK3366_LIT_WIN0_CBR_MST0, 0xffffffff, 0), 497 .yrgb_vir = VOP_REG(RK3366_LIT_WIN0_VIR, 0x1fff, 0), 498 .uv_vir = VOP_REG(RK3366_LIT_WIN0_VIR, 0x1fff, 16), 499 500 .alpha_mode = VOP_REG(RK3366_LIT_WIN0_ALPHA_CTRL, 0x1, 1), 501 .alpha_en = VOP_REG(RK3366_LIT_WIN0_ALPHA_CTRL, 0x1, 0), 502 }; 503 504 static const struct vop_win rk3366_win1_data = { 505 .enable = VOP_REG(RK3366_LIT_WIN1_CTRL0, 0x1, 0), 506 .format = VOP_REG(RK3366_LIT_WIN1_CTRL0, 0x7, 4), 507 .rb_swap = VOP_REG(RK3366_LIT_WIN1_CTRL0, 0x1, 12), 508 .dsp_info = VOP_REG(RK3366_LIT_WIN1_DSP_INFO, 0xffffffff, 0), 509 .dsp_st = VOP_REG(RK3366_LIT_WIN1_DSP_ST, 0xffffffff, 0), 510 .yrgb_mst = VOP_REG(RK3366_LIT_WIN1_MST, 0xffffffff, 0), 511 .yrgb_vir = VOP_REG(RK3366_LIT_WIN1_VIR, 0x1fff, 0), 512 513 .alpha_mode = VOP_REG(RK3366_LIT_WIN1_ALPHA_CTRL, 0x1, 1), 514 .alpha_en = VOP_REG(RK3366_LIT_WIN1_ALPHA_CTRL, 0x1, 0), 515 }; 516 517 static const struct vop_ctrl px30_ctrl_data = { 518 .standby = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 1), 519 .htotal_pw = VOP_REG(RK3366_LIT_DSP_HTOTAL_HS_END, 0x0fff0fff, 0), 520 .hact_st_end = VOP_REG(RK3366_LIT_DSP_HACT_ST_END, 0x0fff0fff, 0), 521 .vtotal_pw = VOP_REG(RK3366_LIT_DSP_VTOTAL_VS_END, 0x0fff0fff, 0), 522 .vact_st_end = VOP_REG(RK3366_LIT_DSP_VACT_ST_END, 0x0fff0fff, 0), 523 .vact_st_end_f1 = VOP_REG(RK3366_LIT_DSP_VACT_ST_END_F1, 0x0fff0fff, 0), 524 .vs_st_end_f1 = VOP_REG(RK3366_LIT_DSP_VS_ST_END_F1, 0x0fff0fff, 0), 525 .dsp_interlace = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 0), 526 .global_regdone_en = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 13), 527 .auto_gate_en = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 0), 528 .dsp_layer_sel = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 22), 529 .overlay_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 4), 530 .core_dclk_div = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 13), 531 .dclk_ddr = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 14), 532 .rgb_en = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 0), 533 .rgb_pin_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x7, 2), 534 .hdmi_en = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 8), 535 .hdmi_pin_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x7, 10), 536 .lvds_en = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 16), 537 .lvds_pin_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x7, 18), 538 .mipi_en = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 24), 539 .mipi_pin_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x7, 26), 540 .mipi_dclk_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 25), 541 .lvds_dclk_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 17), 542 .hdmi_dclk_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 9), 543 .rgb_dclk_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 1), 544 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2), 545 .dither_down = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x7, 6), 546 .dsp_data_swap = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1f, 9), 547 .dsp_ccir656_avg = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 5), 548 .dsp_black = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 15), 549 .dsp_blank = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 14), 550 .dsp_outzero = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 3), 551 .dsp_lut_en = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 5), 552 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 553 .dsp_background = VOP_REG(RK3366_LIT_DSP_BG, 0x00ffffff, 0), 554 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0), 555 556 .bcsh_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 0), 557 .bcsh_r2y_csc_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 1), 558 .bcsh_out_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x3, 2), 559 .bcsh_y2r_csc_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x3, 4), 560 .bcsh_y2r_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 6), 561 .bcsh_r2y_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 7), 562 .bcsh_color_bar = VOP_REG(RK3366_LIT_BCSH_COL_BAR, 0xffffff, 0), 563 .bcsh_brightness = VOP_REG(RK3366_LIT_BCSH_BCS, 0xff, 0), 564 .bcsh_contrast = VOP_REG(RK3366_LIT_BCSH_BCS, 0x1ff, 8), 565 .bcsh_sat_con = VOP_REG(RK3366_LIT_BCSH_BCS, 0x3ff, 20), 566 .bcsh_sin_hue = VOP_REG(RK3366_LIT_BCSH_H, 0x1ff, 0), 567 .bcsh_cos_hue = VOP_REG(RK3366_LIT_BCSH_H, 0x1ff, 16), 568 569 .cabc_config_mode = VOP_REG(PX30_CABC_CTRL0, 0x3, 2), 570 .cabc_calc_pixel_num = VOP_REG(PX30_CABC_CTRL0, 0x7fffff, 4), 571 .cabc_handle_en = VOP_REG(PX30_CABC_CTRL0, 0x1, 1), 572 .cabc_en = VOP_REG(PX30_CABC_CTRL0, 0x1, 0), 573 .cabc_total_num = VOP_REG(PX30_CABC_CTRL1, 0x7fffff, 4), 574 .cabc_lut_en = VOP_REG(PX30_CABC_CTRL1, 0x1, 0), 575 .cabc_stage_up_mode = VOP_REG(PX30_CABC_CTRL2, 0x1, 19), 576 .cabc_stage_up = VOP_REG(PX30_CABC_CTRL2, 0x1ff, 8), 577 .cabc_stage_down = VOP_REG(PX30_CABC_CTRL2, 0xff, 0), 578 .cabc_global_dn = VOP_REG(PX30_CABC_CTRL3, 0xff, 0), 579 .cabc_global_dn_limit_en = VOP_REG(PX30_CABC_CTRL3, 0x1, 8), 580 581 .mcu_pix_total = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 0), 582 .mcu_cs_pst = VOP_REG(RK3366_LIT_MCU_CTRL, 0xf, 6), 583 .mcu_cs_pend = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 10), 584 .mcu_rw_pst = VOP_REG(RK3366_LIT_MCU_CTRL, 0xf, 16), 585 .mcu_rw_pend = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 20), 586 .mcu_clk_sel = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 26), 587 .mcu_hold_mode = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 27), 588 .mcu_frame_st = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 28), 589 .mcu_rs = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 29), 590 .mcu_bypass = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 30), 591 .mcu_type = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 31), 592 .mcu_rw_bypass_port = VOP_REG(RK3366_LIT_MCU_RW_BYPASS_PORT, 593 0xffffffff, 0), 594 }; 595 596 static const struct vop_line_flag rk3366_vop_lite_line_flag = { 597 .line_flag_num[0] = VOP_REG(RK3366_LIT_LINE_FLAG, 0xfff, 0), 598 }; 599 600 static const struct vop_grf_ctrl px30_grf_ctrl = { 601 .grf_dclk_inv = VOP_REG(PX30_GRF_PD_VO_CON1, 0x1, 4), 602 }; 603 604 const struct vop_data px30_vop_lit = { 605 .version = VOP_VERSION(2, 5), 606 .max_output = {1920, 1080}, 607 .ctrl = &px30_ctrl_data, 608 .grf_ctrl = &px30_grf_ctrl, 609 .win = &rk3366_win1_data, 610 .line_flag = &rk3366_vop_lite_line_flag, 611 .reg_len = RK3366_LIT_FRC_LOWER01_0 * 4, 612 }; 613 614 const struct vop_data px30_vop_big = { 615 .version = VOP_VERSION(2, 6), 616 .max_output = {1920, 1080}, 617 .ctrl = &px30_ctrl_data, 618 .grf_ctrl = &px30_grf_ctrl, 619 .win = &rk3366_win1_data, 620 .line_flag = &rk3366_vop_lite_line_flag, 621 .reg_len = RK3366_LIT_FRC_LOWER01_0 * 4, 622 }; 623 624 static const struct vop_ctrl rk3308_ctrl_data = { 625 .standby = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 1), 626 .axi_outstanding_max_num = VOP_REG(RK3366_LIT_SYS_CTRL1, 0x1f, 16), 627 .axi_max_outstanding_en = VOP_REG(RK3366_LIT_SYS_CTRL1, 0x1, 12), 628 .htotal_pw = VOP_REG(RK3366_LIT_DSP_HTOTAL_HS_END, 0x0fff0fff, 0), 629 .hact_st_end = VOP_REG(RK3366_LIT_DSP_HACT_ST_END, 0x0fff0fff, 0), 630 .vtotal_pw = VOP_REG(RK3366_LIT_DSP_VTOTAL_VS_END, 0x0fff0fff, 0), 631 .vact_st_end = VOP_REG(RK3366_LIT_DSP_VACT_ST_END, 0x0fff0fff, 0), 632 .vact_st_end_f1 = VOP_REG(RK3366_LIT_DSP_VACT_ST_END_F1, 0x0fff0fff, 0), 633 .vs_st_end_f1 = VOP_REG(RK3366_LIT_DSP_VS_ST_END_F1, 0x0fff0fff, 0), 634 .global_regdone_en = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 13), 635 .auto_gate_en = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 0), 636 .dsp_layer_sel = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 3), 637 .overlay_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 4), 638 .dclk_ddr = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 14), 639 .rgb_en = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 0), 640 .rgb_pin_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x7, 2), 641 .rgb_dclk_pol = VOP_REG(RK3366_LIT_DSP_CTRL0, 0x1, 1), 642 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2), 643 .dither_down = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x7, 6), 644 .dsp_data_swap = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1f, 9), 645 .dsp_ccir656_avg = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 5), 646 .dsp_black = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 15), 647 .dsp_blank = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 14), 648 .dsp_outzero = VOP_REG(RK3366_LIT_SYS_CTRL2, 0x1, 3), 649 .dsp_lut_en = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 5), 650 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 651 .dsp_background = VOP_REG(RK3366_LIT_DSP_BG, 0x00ffffff, 0), 652 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0), 653 654 .bcsh_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 0), 655 .bcsh_r2y_csc_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 1), 656 .bcsh_out_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x3, 2), 657 .bcsh_y2r_csc_mode = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x3, 4), 658 .bcsh_y2r_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 6), 659 .bcsh_r2y_en = VOP_REG(RK3366_LIT_BCSH_CTRL, 0x1, 7), 660 .bcsh_color_bar = VOP_REG(RK3366_LIT_BCSH_COL_BAR, 0xffffff, 0), 661 .bcsh_brightness = VOP_REG(RK3366_LIT_BCSH_BCS, 0xff, 0), 662 .bcsh_contrast = VOP_REG(RK3366_LIT_BCSH_BCS, 0x1ff, 8), 663 .bcsh_sat_con = VOP_REG(RK3366_LIT_BCSH_BCS, 0x3ff, 20), 664 .bcsh_sin_hue = VOP_REG(RK3366_LIT_BCSH_H, 0x1ff, 0), 665 .bcsh_cos_hue = VOP_REG(RK3366_LIT_BCSH_H, 0x1ff, 16), 666 667 .mcu_pix_total = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 0), 668 .mcu_cs_pst = VOP_REG(RK3366_LIT_MCU_CTRL, 0xf, 6), 669 .mcu_cs_pend = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 10), 670 .mcu_rw_pst = VOP_REG(RK3366_LIT_MCU_CTRL, 0xf, 16), 671 .mcu_rw_pend = VOP_REG(RK3366_LIT_MCU_CTRL, 0x3f, 20), 672 .mcu_clk_sel = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 26), 673 .mcu_hold_mode = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 27), 674 .mcu_frame_st = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 28), 675 .mcu_rs = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 29), 676 .mcu_bypass = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 30), 677 .mcu_type = VOP_REG(RK3366_LIT_MCU_CTRL, 0x1, 31), 678 .mcu_rw_bypass_port = VOP_REG(RK3366_LIT_MCU_RW_BYPASS_PORT, 679 0xffffffff, 0), 680 }; 681 682 const struct vop_data rk3308_vop = { 683 .version = VOP_VERSION(2, 7), 684 .max_output = {1920, 1080}, 685 .ctrl = &rk3308_ctrl_data, 686 .win = &rk3366_win0_data, 687 .line_flag = &rk3366_vop_lite_line_flag, 688 .reg_len = RK3366_LIT_FRC_LOWER01_0 * 4, 689 }; 690 691 static const struct vop_grf_ctrl rk1808_grf_ctrl = { 692 .grf_dclk_inv = VOP_REG(RK1808_GRF_PD_VO_CON1, 0x1, 4), 693 }; 694 695 const struct vop_data rk1808_vop = { 696 .version = VOP_VERSION(2, 8), 697 .max_output = {1920, 1080}, 698 .ctrl = &px30_ctrl_data, 699 .grf_ctrl = &rk1808_grf_ctrl, 700 .win = &rk3366_win1_data, 701 .line_flag = &rk3366_vop_lite_line_flag, 702 .reg_len = RK3366_LIT_FRC_LOWER01_0 * 4, 703 }; 704 705 const struct vop_data rv1108_vop = { 706 .version = VOP_VERSION(2, 4), 707 .max_output = {1920, 1080}, 708 .ctrl = &rk3308_ctrl_data, 709 .win = &rk3366_win0_data, 710 .line_flag = &rk3366_vop_lite_line_flag, 711 .reg_len = RK3366_LIT_FRC_LOWER01_0 * 4, 712 }; 713