mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
[ Upstream commit 6ed51ba95e27221ce87979bd2ad5926033b9e1b9 ]
The RK3066 does have RGB display output, so it should be marked as such.
Fixes: f4a6de855e ("drm: rockchip: vop: add rk3066 vop definitions")
Cc: stable@vger.kernel.org
Signed-off-by: Val Packett <val@packett.cool>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240624204054.5524-3-val@packett.cool
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
de3120b8f2
commit
fc2f4a5a71
@@ -484,6 +484,7 @@ static const struct vop_data rk3066_vop = {
|
|||||||
.output = &rk3066_output,
|
.output = &rk3066_output,
|
||||||
.win = rk3066_vop_win_data,
|
.win = rk3066_vop_win_data,
|
||||||
.win_size = ARRAY_SIZE(rk3066_vop_win_data),
|
.win_size = ARRAY_SIZE(rk3066_vop_win_data),
|
||||||
|
.feature = VOP_FEATURE_INTERNAL_RGB,
|
||||||
.max_output = { 1920, 1080 },
|
.max_output = { 1920, 1080 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user