diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2012-10-23 16:30:08 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-26 04:24:52 -0400 |
commit | 5de8bbf5536fe79c1353c5476c31409531b5393f (patch) | |
tree | d47464b9051d1ab1d7c27fe2d2c0bffaca010e1e /drivers/gpu/drm/i915/intel_ddi.c | |
parent | 82a4d9c0a82a59c1f214ab1f9ce6b34d0736a54a (diff) |
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: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ddi.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ddi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c index b263302f3509..408d6b053744 100644 --- a/drivers/gpu/drm/i915/intel_ddi.c +++ b/drivers/gpu/drm/i915/intel_ddi.c | |||
@@ -242,8 +242,8 @@ void intel_ddi_init(struct drm_device *dev, enum port port) | |||
242 | 242 | ||
243 | switch(port){ | 243 | switch(port){ |
244 | case PORT_A: | 244 | case PORT_A: |
245 | /* We don't handle eDP and DP yet */ | ||
246 | DRM_DEBUG_DRIVER("Found digital output on DDI port A\n"); | 245 | DRM_DEBUG_DRIVER("Found digital output on DDI port A\n"); |
246 | intel_dp_init(dev, DDI_BUF_CTL_A, PORT_A); | ||
247 | break; | 247 | break; |
248 | /* Assume that the ports B, C and D are working in HDMI mode for now */ | 248 | /* Assume that the ports B, C and D are working in HDMI mode for now */ |
249 | case PORT_B: | 249 | case PORT_B: |