drm/rockchip: rv1126: Fix vop version number

According to VOP_VERSION register on rv1126, the
major is 0x2, minor is 0x0b.

Change-Id: Ie8f3a91d839bcd042a655881302e9b43f6f297d5
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
Andy Yan
2020-06-24 14:49:25 +08:00
parent 015331f133
commit bc592f16c7

View File

@@ -1754,7 +1754,7 @@ static const struct vop_grf_ctrl rv1126_grf_ctrl = {
};
static const struct vop_data rv1126_vop = {
.version = VOP_VERSION(2, 7),
.version = VOP_VERSION(2, 0xb),
.max_input = {1920, 1920},
.max_output = {1920, 1080},
.ctrl = &rv1126_ctrl_data,