drm/i915/dp: Remove -1/+1 from t11_t12 for Gen9_LP/CNP case
authorManasi Navare <manasi.d.navare@intel.com>
Mon, 26 Jun 2017 19:21:45 +0000 (12:21 -0700)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 27 Jun 2017 09:55:21 +0000 (12:55 +0300)
commit12c8ca9cf9bf5d53918068b1ebbd17ac6ef1d2f3
treef36fbdadfc94e6906e68a9da285ca3c7b0a652c2
parent770a17a5713af26d1490d4f669194ed959b88241
drm/i915/dp: Remove -1/+1 from t11_t12 for Gen9_LP/CNP case

Now the VBT.seq->t11_t12 value adds 100ms to both Gen9_LP
as well as non Gen9_LP cases so no need to special case
and do -1 during HW readout and +1 during pp_div write
for Gen9_LP/CNP case.

Reviewed-by: Ville Syrjala <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Suggested-by: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Clint Taylor <clinton.a.taylor@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1498504905-21067-2-git-send-email-manasi.d.navare@intel.com
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_dp.c