kernel: bump 5.15 to 5.15.62
[openwrt/staging/jow.git] / target / linux / bcm27xx / patches-5.15 / 950-0429-vc4_hdmi-Report-that-3d-stereo-is-allowed.patch
1 From cda5446da5bfd175c0c9c78b57e9a6e935f49f0b 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 @@ -402,6 +402,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 if (vc4_hdmi->variant->supports_hdr)
20 drm_connector_attach_hdr_output_metadata_property(connector);