Re: [Intel-gfx] [PATCH 31/36] drm/i915: don't assert_pch_ports_disabled on LPT

2012-11-01 Thread Daniel Vetter
On Wed, Oct 31, 2012 at 06:12:50PM -0200, Paulo Zanoni wrote: > From: Paulo Zanoni > > That function is made for IBX. Running it on LPT will trigger tons of > "unclaimed register" errors. The only port remaining on LPT is > PCH_ADPA. > > Signed-off-by: Paulo Zanoni Actually I've had to stay aro

[Intel-gfx] [PATCH 31/36] drm/i915: don't assert_pch_ports_disabled on LPT

2012-10-31 Thread Paulo Zanoni
From: Paulo Zanoni That function is made for IBX. Running it on LPT will trigger tons of "unclaimed register" errors. The only port remaining on LPT is PCH_ADPA. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_display.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/g