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

Commit 5de8bbf5 authored by Paulo Zanoni's avatar Paulo Zanoni Committed by Daniel Vetter
Browse files

drm/i915: enable DDI eDP



Now that all the eDP enablement bits are there, we can actually try to
use the eDP.

Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 82a4d9c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,8 +242,8 @@ void intel_ddi_init(struct drm_device *dev, enum port port)

	switch(port){
	case PORT_A:
		/* We don't handle eDP and DP yet */
		DRM_DEBUG_DRIVER("Found digital output on DDI port A\n");
		intel_dp_init(dev, DDI_BUF_CTL_A, PORT_A);
		break;
	/* Assume that the  ports B, C and D are working in HDMI mode for now */
	case PORT_B: