[Intel-gfx] [PATCH] [trivial] drm/i915: Clarify relocation errnos

2013-12-26 Thread Ben Widawsky
While trying to find a random -EINVAL from a failing test, I noticed we had a few hard to follow return values. The first two hunks in this patch replace completely useless initialization of ret. The last several hunks help to distinguish between altering 'return ret' and 'return ' Signed-off-by:

Re: [Intel-gfx] drm/i915: Enabling PC8 on Haswell

2013-12-26 Thread Nicolas Kalkhof
On Thu, Dec 26, 2013 at 02:46:18PM -0800, Paulo Zanoni wrote: > As far as I could check, your PCI ID is 0416, so your machine is not > ULT. As far as I know, your machine supports only up to PC7 state. I > may be wrong. Still, I will provide some comments below: You are right, my machine is not

Re: [Intel-gfx] drm/i915: Enabling PC8 on Haswell

2013-12-26 Thread Paulo Zanoni
Hi See comments inline. 2013/12/22 Nicolas Kalkhof : > Sorry, last post got html infected! > > Hello, > I've been trying to enable PC8 on my Haswell i7-4600M Notebook but i'm not > sure if it is working properly. As far as I could check, your PCI ID is 0416, so your machine is not ULT. As far a