drm/i915: Update prop, int co-eff and gain threshold for CHV
authorVijay Purushothaman <vijay.a.purushothaman@linux.intel.com>
Thu, 5 Mar 2015 14:03:08 +0000 (19:33 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:13 +0000 (22:30 +0100)
commit9cbe40c15a753e02f5da16f6de901decf3276cf1
tree3cec68ce0e5d71fc4778dcfc83d934bbaabce995
parentde3a0fde9afe551440db486f3f5ee52c8f15120a
drm/i915: Update prop, int co-eff and gain threshold for CHV

This patch implements latest PHY changes in Gain, prop and int co-efficients
based on the vco freq.

v2: Split the original changes into multiple smaller patches based on
review by Ville

v3: Addressed Ville's review comments. Fixed the error introduced in v2.
Clear the old bits before we modify those bits as part of RMW.

v4: TDC target cnt is 10 bits and not 8 bits (Ville)

Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c