Skip to content

Commit 5731f7a

Browse files
popcornmixmripard
authored andcommitted
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>
1 parent f3f2751 commit 5731f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ static int vc4_hdmi_connector_init(struct drm_device *dev,
427427

428428
connector->interlace_allowed = 1;
429429
connector->doublescan_allowed = 0;
430+
connector->stereo_allowed = 1;
430431

431432
if (vc4_hdmi->variant->supports_hdr)
432433
drm_connector_attach_hdr_output_metadata_property(connector);

0 commit comments

Comments
 (0)