Re: [Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-22 Thread Daniel Vetter
On Sun, May 20, 2012 at 06:55:09PM +0200, Daniel Vetter wrote: > This should fix breakage introduced in > > commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b > Author: Jesse Barnes > Date: Fri Apr 20 17:11:53 2012 +0100 > > drm/i915: manage PCH PLLs separately from pipes > > Cc: Jesse Barne

Re: [Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-21 Thread Jesse Barnes
On Sun, 20 May 2012 20:51:19 +0200 Daniel Vetter wrote: > On Sun, May 20, 2012 at 08:00:25PM +0200, Daniel Vetter wrote: > > This should fix breakage introduced in > > > > commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b > > Author: Jesse Barnes > > Date: Fri Apr 20 17:11:53 2012 +0100 > > >

Re: [Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-20 Thread Daniel Vetter
On Sun, May 20, 2012 at 08:00:25PM +0200, Daniel Vetter wrote: > This should fix breakage introduced in > > commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b > Author: Jesse Barnes > Date: Fri Apr 20 17:11:53 2012 +0100 > > drm/i915: manage PCH PLLs separately from pipes > > v2: Add a DRM_D

[Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-20 Thread Daniel Vetter
This should fix breakage introduced in commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b Author: Jesse Barnes Date: Fri Apr 20 17:11:53 2012 +0100 drm/i915: manage PCH PLLs separately from pipes v2: Add a DRM_DEBUG_KMS message to explain why a given pll was selected, suggested by Chris Wils

[Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-20 Thread Daniel Vetter
This should fix breakage introduced in commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b Author: Jesse Barnes Date: Fri Apr 20 17:11:53 2012 +0100 drm/i915: manage PCH PLLs separately from pipes v2: Add a DRM_DEBUG_KMS message to explain why a given pll was selected, suggested by Chris Wils

Re: [Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-20 Thread Chris Wilson
On Sun, 20 May 2012 18:55:09 +0200, Daniel Vetter wrote: > This should fix breakage introduced in > > commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b > Author: Jesse Barnes > Date: Fri Apr 20 17:11:53 2012 +0100 > > drm/i915: manage PCH PLLs separately from pipes > > Cc: Jesse Barnes >

[Intel-gfx] [PATCH] drm/i915: IBX has a fixed pch pll to pch pipe mapping

2012-05-20 Thread Daniel Vetter
This should fix breakage introduced in commit ee7b9f93fd96a72e5d09e2b44024c11880873c6b Author: Jesse Barnes Date: Fri Apr 20 17:11:53 2012 +0100 drm/i915: manage PCH PLLs separately from pipes Cc: Jesse Barnes Cc: Chris Wilson Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=49712