drm/rockchip: vop2: remove duplicate init of nr_pds

Fixes: aa3aee14d0ec("drm/rockchip: vop2: Add vop2 internal pd support
for rk3588")

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Change-Id: I7899bf5ab4ae3b4465e3f352133daef0e2e47e82
This commit is contained in:
Andy Yan
2023-02-16 09:15:48 +08:00
committed by Tao Huang
parent 3d20aac646
commit 4a7b2952e8

View File

@@ -3814,7 +3814,6 @@ static const struct vop2_data rk3588_vop = {
.nr_mixers = 7,
.nr_layers = 8,
.nr_gammas = 4,
.nr_pds = 7,
.max_input = { 4096, 4320 },
.max_output = { 4096, 4320 },
.ctrl = &rk3588_vop_ctrl,