From: Dom Cobley Date: Mon, 13 Jun 2022 14:47:56 +0000 (+0200) Subject: drm/vc4: hdmi: Report that 3d/stereo is allowed X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5731f7abf32281fc55a089cce255f6121b1596fb;p=linux.git drm/vc4: hdmi: Report that 3d/stereo is allowed Our HDMI controllers supports Stereo output so let's enable it. Signed-off-by: Dom Cobley Link: https://lore.kernel.org/r/20220613144800.326124-30-maxime@cerno.tech Signed-off-by: Maxime Ripard --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c index 9a568c44ecaf2..3e97d975e042c 100644 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c @@ -427,6 +427,7 @@ static int vc4_hdmi_connector_init(struct drm_device *dev, connector->interlace_allowed = 1; connector->doublescan_allowed = 0; + connector->stereo_allowed = 1; if (vc4_hdmi->variant->supports_hdr) drm_connector_attach_hdr_output_metadata_property(connector);