Re: [Intel-gfx] [PATCH] drm/i915: there's no cxsr on ilk

2012-05-31 Thread Daniel Vetter
On Wed, May 30, 2012 at 12:19:22PM -0300, Eugeni Dodonov wrote: > On 05/30/2012 12:15 PM, Daniel Vetter wrote: > >Already discovered in > > > >commit 5a117db77e47e3946d1aaa7ce8deafafd9d76746 > >Author: Eugeni Dodonov > >Date: Thu Jan 5 09:34:29 2012 -0200 > > > > drm/i915: there is no pipe Cx

Re: [Intel-gfx] [PATCH] drm/i915: there's no cxsr on ilk

2012-05-30 Thread Eugeni Dodonov
On 05/30/2012 12:15 PM, Daniel Vetter wrote: Already discovered in commit 5a117db77e47e3946d1aaa7ce8deafafd9d76746 Author: Eugeni Dodonov Date: Thu Jan 5 09:34:29 2012 -0200 drm/i915: there is no pipe CxSR on ironlake but we've failed to rip out the code from the ironlake specific code.

[Intel-gfx] [PATCH] drm/i915: there's no cxsr on ilk

2012-05-30 Thread Daniel Vetter
Already discovered in commit 5a117db77e47e3946d1aaa7ce8deafafd9d76746 Author: Eugeni Dodonov Date: Thu Jan 5 09:34:29 2012 -0200 drm/i915: there is no pipe CxSR on ironlake but we've failed to rip out the code from the ironlake specific code. Cc: Eugeni Dodonov Signed-Off-by: Daniel Vet