mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
drm/rockchip: vop: correct rk3368/rk3366 feature
RK3368/RK3366 not support 10bit output Change-Id: Ib5cdab237828236e7867ce784d0e7b208aeb1ed0 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
@@ -377,7 +377,6 @@ static const struct vop_win_data rk3368_vop_win_data[] = {
|
||||
|
||||
static const struct vop_data rk3368_vop = {
|
||||
.version = VOP_VERSION(3, 2),
|
||||
.feature = VOP_FEATURE_OUTPUT_10BIT,
|
||||
.max_input = {4096, 8192},
|
||||
.max_output = {4096, 2160},
|
||||
.intr = &rk3368_vop_intr,
|
||||
@@ -398,7 +397,6 @@ static const struct vop_intr rk3366_vop_intr = {
|
||||
|
||||
static const struct vop_data rk3366_vop = {
|
||||
.version = VOP_VERSION(3, 4),
|
||||
.feature = VOP_FEATURE_OUTPUT_10BIT,
|
||||
.max_input = {4096, 8192},
|
||||
.max_output = {4096, 2160},
|
||||
.intr = &rk3366_vop_intr,
|
||||
|
||||
Reference in New Issue
Block a user