Reviewed-by: Rodrigo Vivi <[email protected]> On Tue, Oct 23, 2012 at 6:30 PM, Paulo Zanoni <[email protected]> wrote: > From: Paulo Zanoni <[email protected]> > > Now that all the eDP enablement bits are there, we can actually try to > use the eDP. > > Signed-off-by: Paulo Zanoni <[email protected]> > --- > drivers/gpu/drm/i915/intel_ddi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/intel_ddi.c > b/drivers/gpu/drm/i915/intel_ddi.c > index 47b52eb..760d290 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) > > 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: > -- > 1.7.11.4 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
-- Rodrigo Vivi Blog: http://blog.vivi.eng.br _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
