Skip to content

Commit 6a0ff71

Browse files
Mithrandir2k18ayufan
authored andcommitted
mithrandir2k18: rockchip_vop: enable 4K output (torvalds#48)
1 parent 63f1962 commit 6a0ff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/rockchip/rockchip_vop_reg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static const struct vop_data rk3399_vop_lit = {
642642
.feature = VOP_FEATURE_ALPHA_SCALE,
643643
.csc_table = &rk3399_csc_table,
644644
.max_input = {4096, 8192},
645-
.max_output = {2560, 1600},
645+
.max_output = {4096, 2160},
646646
.intr = &rk3366_vop_intr,
647647
.ctrl = &rk3288_ctrl_data,
648648
.win = rk3399_vop_lit_win_data,

0 commit comments

Comments
 (0)