Re: [Intel-gfx] [PATCH 1/2] drm/i915: simplify pipe checking

2012-01-17 Thread Daniel Vetter
On Mon, Jan 16, 2012 at 21:28, Daniel Vetter wrote: > On Sun, Jan 08, 2012 at 03:01:12AM +0100, Cyril Brulebois wrote: >> Eugeni Dodonov (07/01/2012): >> > This is also handled by i915_reg.h, so just reuse this trick to reduce >> > universe enthropy. >> >> entropy. >> >> Besides that: >> >> Revie

Re: [Intel-gfx] [PATCH 1/2] drm/i915: simplify pipe checking

2012-01-16 Thread Daniel Vetter
On Sun, Jan 08, 2012 at 03:01:12AM +0100, Cyril Brulebois wrote: > Eugeni Dodonov (07/01/2012): > > This is also handled by i915_reg.h, so just reuse this trick to reduce > > universe enthropy. > > entropy. > > Besides that: > > Reviewed-by: Cyril Brulebois Both patches queued for -next, than

Re: [Intel-gfx] [PATCH 1/2] drm/i915: simplify pipe checking

2012-01-07 Thread Cyril Brulebois
Eugeni Dodonov (07/01/2012): > This is also handled by i915_reg.h, so just reuse this trick to reduce > universe enthropy. entropy. Besides that: Reviewed-by: Cyril Brulebois > Signed-off-by: Eugeni Dodonov > Reviewed-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_suspend.c |3 ++-

[Intel-gfx] [PATCH 1/2] drm/i915: simplify pipe checking

2012-01-07 Thread Eugeni Dodonov
This is also handled by i915_reg.h, so just reuse this trick to reduce universe enthropy. Signed-off-by: Eugeni Dodonov Reviewed-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_suspend.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_suspend.