drm/rockchip: vop2: delete unused register for rk3576

The register scl_lb_mode is only used at rk3528 platform,
the cluster lb is self assigned by IC designed.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Ia54648adeda9b7262fa56fbd37c7310e1bce8ff1
This commit is contained in:
Sandy Huang
2024-09-03 10:38:01 +08:00
committed by Tao Huang
parent 8a334c8550
commit eaf92f730f

View File

@@ -2459,7 +2459,6 @@ static const struct vop2_cluster_regs rk3576_vop_cluster0 = {
.afbc_enable = VOP_REG(RK3568_CLUSTER0_CTRL, 0x1, 1),
.enable = VOP_REG(RK3568_CLUSTER0_CTRL, 1, 0),
.lb_mode = VOP_REG(RK3568_CLUSTER0_CTRL, 0xf, 4),
.scl_lb_mode = VOP_REG(RK3568_CLUSTER0_CTRL, 0x3, 9),
.dma_stride_4k_disable = VOP_REG(RK3568_CLUSTER0_CTRL, 1, 29),
.frm_reset_en = VOP_REG(RK3568_CLUSTER0_CTRL, 1, 31),
.blk_size_h = VOP_REG(RK3576_CLUSTER0_DCI_BLK_SIZE, 0x1ff, 0),
@@ -2493,7 +2492,6 @@ static const struct vop2_cluster_regs rk3576_vop_cluster1 = {
.afbc_enable = VOP_REG(RK3568_CLUSTER1_CTRL, 0x1, 1),
.enable = VOP_REG(RK3568_CLUSTER1_CTRL, 1, 0),
.lb_mode = VOP_REG(RK3568_CLUSTER1_CTRL, 0xf, 4),
.scl_lb_mode = VOP_REG(RK3568_CLUSTER1_CTRL, 0x3, 9),
.dma_stride_4k_disable = VOP_REG(RK3568_CLUSTER1_CTRL, 1, 29),
.frm_reset_en = VOP_REG(RK3568_CLUSTER1_CTRL, 1, 31),
.src_color_ctrl = VOP_REG(RK3576_CLUSTER1_MIX_SRC_COLOR_CTRL, 0xffffffff, 0),