drm/i915: Initialize CHV digital lock detect threshold
authorVijay Purushothaman <vijay.a.purushothaman@linux.intel.com>
Thu, 5 Mar 2015 14:02:06 +0000 (19:32 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:13 +0000 (22:30 +0100)
commitde3a0fde9afe551440db486f3f5ee52c8f15120a
tree4e8ea2c191542137e8880a723e6c0b2ff66510ee
parenta945ce7e4eeb9c629d8a75b78203b026f74c2ea2
drm/i915: Initialize CHV digital lock detect threshold

Initialize lock detect threshold and select coarse threshold for the
case where M2 fraction division is disabled.

v2: Split the changes into multiple smaller patches (Ville)
v3: Clear out the old bits before we modify those bits as RMW (Ville)
v4: Reset coarse threshold when M2 fraction is enabled (Ville)

Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@linux.intel.com>
Reviewed-by: Ville Syrjala <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