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

Commit 3cfca973 authored by Jani Nikula's avatar Jani Nikula Committed by Daniel Vetter
Browse files

drm/i915: initialize DSI output on VLV

parent d17c5443
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -9591,6 +9591,8 @@ static void intel_setup_outputs(struct drm_device *dev)
			if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED)
			if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED)
				intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B);
				intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B);
		}
		}

		intel_dsi_init(dev);
	} else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
	} else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
		bool found = false;
		bool found = false;