mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user