mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user