Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3febcc4 authored by Peter Ross's avatar Peter Ross Committed by Daniel Vetter
Browse files

drm/i915: allow interlaced mode output on the HDMI connector

parent 8f4839e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -514,7 +514,7 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
	intel_encoder->type = INTEL_OUTPUT_HDMI;
	intel_encoder->type = INTEL_OUTPUT_HDMI;


	connector->polled = DRM_CONNECTOR_POLL_HPD;
	connector->polled = DRM_CONNECTOR_POLL_HPD;
	connector->interlace_allowed = 0;
	connector->interlace_allowed = 1;
	connector->doublescan_allowed = 0;
	connector->doublescan_allowed = 0;
	intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
	intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);