Re: [Intel-gfx] [PATCH] drm/i915: Remove duplicated psr.active unset

2015-03-26 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6054 -Summary- Platform Delta drm-intel-nightly Series Applied PNV 276/276

Re: [Intel-gfx] [PATCH] drm/i915: Remove duplicated psr.active unset

2015-03-26 Thread Daniel Vetter
On Wed, Mar 25, 2015 at 12:18:23PM -0700, Rodrigo Vivi wrote: > psr.active is being unset out of the if so this here is useless and > duplicated. > > Signed-off-by: Rodrigo Vivi Queued for -next, thanks for the patch. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffw

[Intel-gfx] [PATCH] drm/i915: Remove duplicated psr.active unset

2015-03-25 Thread Rodrigo Vivi
psr.active is being unset out of the if so this here is useless and duplicated. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_psr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_psr.c b/drivers/gpu/drm/i915/intel_psr.c index a1f67c6..d3fdb993 100644