Re: [Intel-gfx] [PATCH] Removing redundant is_edp_psr

2015-05-07 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6339 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH] Removing redundant is_edp_psr

2015-05-06 Thread Jindal, Sonika
Oh great then :) Thanks, Sonika -Original Message- From: R, Durgadoss Sent: Thursday, May 7, 2015 11:19 AM To: Jindal, Sonika; intel-gfx@lists.freedesktop.org Subject: RE: [PATCH] Removing redundant is_edp_psr >-Original Message- >From: Jindal, Sonika >Sent: Thursday, May 7, 201

Re: [Intel-gfx] [PATCH] Removing redundant is_edp_psr

2015-05-06 Thread R, Durgadoss
>-Original Message- >From: Jindal, Sonika >Sent: Thursday, May 7, 2015 9:58 AM >To: intel-gfx@lists.freedesktop.org >Cc: Jindal, Sonika; R, Durgadoss >Subject: [PATCH] Removing redundant is_edp_psr > >Since we already store the sink's psr status in dev_priv, use it. >Without this we were ig

[Intel-gfx] [PATCH] Removing redundant is_edp_psr

2015-05-06 Thread Sonika Jindal
Since we already store the sink's psr status in dev_priv, use it. Without this we were ignoring the case where sink supports psr2. Cc: Durgadoss R Signed-off-by: Sonika Jindal --- drivers/gpu/drm/i915/intel_psr.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drive