Skip to content

Commit

Permalink
mithrandir2k18: rockchip_vop: enable 4K output (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithrandir2k18 authored and ayufan committed Jul 7, 2019
1 parent efe1283 commit 5fe46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/rockchip/rockchip_vop_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ static const struct vop_data rk3399_vop_lit = {
.feature = VOP_FEATURE_ALPHA_SCALE,
.csc_table = &rk3399_csc_table,
.max_input = {4096, 8192},
.max_output = {2560, 1600},
.max_output = {4096, 2160},
.intr = &rk3366_vop_intr,
.ctrl = &rk3288_ctrl_data,
.win = rk3399_vop_lit_win_data,
Expand Down

0 comments on commit 5fe46b4

Please sign in to comment.