summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
diff options
context:
space:
mode:
authorDom Cobley <popcornmix@gmail.com>2022-06-13 16:47:56 +0200
committerMaxime Ripard <maxime@cerno.tech>2022-06-28 14:56:11 +0200
commit5731f7abf32281fc55a089cce255f6121b1596fb (patch)
tree3fd12f2811e70a76872956e95043059c81d08556 /drivers/gpu/drm/vc4
parentf3f27511316bd14ebf0a3c0f76aafced59e541df (diff)
downloadlinux-5731f7abf32281fc55a089cce255f6121b1596fb.tar.gz
linux-5731f7abf32281fc55a089cce255f6121b1596fb.tar.bz2
linux-5731f7abf32281fc55a089cce255f6121b1596fb.zip
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 <popcornmix@gmail.com> Link: https://lore.kernel.org/r/20220613144800.326124-30-maxime@cerno.tech Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'drivers/gpu/drm/vc4')
-rw-r--r--drivers/gpu/drm/vc4/vc4_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c
index 9a568c44ecaf..3e97d975e042 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);