Re: [Intel-gfx] [PATCH 2/2] drm/i915: spt does not have pch backlight override bit

2014-10-20 Thread Ville Syrjälä
On Fri, Oct 10, 2014 at 05:53:33PM +0300, Jani Nikula wrote: > SPT is always in the PCH override mode, and the bit MBZ. Only set > override on LPT. > > v2: check for PCH version (Ville) > > Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_panel.c | 5 +

Re: [Intel-gfx] [PATCH 2/2] drm/i915: spt does not have pch backlight

2014-10-11 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=271/271->271/271 PNV: pass/total=269/271->271

[Intel-gfx] [PATCH 2/2] drm/i915: spt does not have pch backlight override bit

2014-10-10 Thread Jani Nikula
SPT is always in the PCH override mode, and the bit MBZ. Only set override on LPT. v2: check for PCH version (Ville) Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_panel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_panel.c b/d