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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user