bcm27xx: add kernel 5.10 support
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.10 / 950-0377-vc4_hdmi-Report-that-3d-stereo-is-allowed.patch
1 From cf945bde1fe7db593bfaab44505f9cd5246c49b6 Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Mon, 9 Nov 2020 19:49:32 +0000
4 Subject: [PATCH] vc4_hdmi: Report that 3d/stereo is allowed
5
6 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
7 ---
8 drivers/gpu/drm/vc4/vc4_hdmi.c | 1 +
9 1 file changed, 1 insertion(+)
10
11 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c
12 +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c
13 @@ -256,6 +256,7 @@ static int vc4_hdmi_connector_init(struc
14
15 connector->interlace_allowed = 1;
16 connector->doublescan_allowed = 0;
17 + connector->stereo_allowed = 1;
18
19 drm_connector_attach_encoder(connector, encoder);
20