drm/rockchip: vop2: update rk3568 max height to 4096

Usually we think rk3568 max resolution is 4096x2160, in face rk3568 can
also support 2160x4096.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I96358f481f9e26d1196e2118b3ce3b82c4a6ce82
This commit is contained in:
Sandy Huang
2023-12-21 15:44:48 +08:00
committed by Tao Huang
parent 8fb9b4c3ba
commit 7904c8b820
+2 -2
View File
@@ -3913,8 +3913,8 @@ static const struct vop2_data rk3568_vop = {
.nr_mixers = 5,
.nr_layers = 6,
.nr_gammas = 1,
.max_input = { 4096, 2304 },
.max_output = { 4096, 2304 },
.max_input = { 4096, 4096 },
.max_output = { 4096, 4096 },
.ctrl = &rk3568_vop_ctrl,
.sys_grf = &rk3568_sys_grf_ctrl,
.axi_intr = rk3568_vop_axi_intr,