mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/rockchip: vop: correct rk3288 vop version
From rk3288 vop version register, rk3288 vop version is 3.0 Change-Id: Ib7e40ec93792290a8ea6e350bb7fdcfeeb697ec6 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
@@ -306,7 +306,7 @@ static const struct vop_intr rk3288_vop_intr = {
|
||||
};
|
||||
|
||||
static const struct vop_data rk3288_vop = {
|
||||
.version = VOP_VERSION(3, 1),
|
||||
.version = VOP_VERSION(3, 0),
|
||||
.feature = VOP_FEATURE_OUTPUT_10BIT,
|
||||
.max_input = {4096, 8192},
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user