Hi 2012/10/26 Daniel Vetter <[email protected]>: > Since it is one. We need to move this code to encoder specific callbacks > eventually, to kill all that inversion of control ... > > Signed-off-by: Daniel Vetter <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]> > --- > drivers/gpu/drm/i915/intel_display.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_display.c > b/drivers/gpu/drm/i915/intel_display.c > index 8ab0fa5..991adc1 100644 > --- a/drivers/gpu/drm/i915/intel_display.c > +++ b/drivers/gpu/drm/i915/intel_display.c > @@ -3092,9 +3092,7 @@ static void ironlake_pch_enable(struct drm_crtc *crtc) > temp |= TRANS_DP_PORT_SEL_D; > break; > default: > - DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port > B\n"); > - temp |= TRANS_DP_PORT_SEL_B; > - break; > + BUG(); > } > > I915_WRITE(reg, temp); > -- > 1.7.11.4 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Paulo Zanoni _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
