We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe1283 commit 5fe46b4Copy full SHA for 5fe46b4
drivers/gpu/drm/rockchip/rockchip_vop_reg.c
@@ -642,7 +642,7 @@ static const struct vop_data rk3399_vop_lit = {
642
.feature = VOP_FEATURE_ALPHA_SCALE,
643
.csc_table = &rk3399_csc_table,
644
.max_input = {4096, 8192},
645
- .max_output = {2560, 1600},
+ .max_output = {4096, 2160},
646
.intr = &rk3366_vop_intr,
647
.ctrl = &rk3288_ctrl_data,
648
.win = rk3399_vop_lit_win_data,
0 commit comments