]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move Valleyview DP DPLL divisor calc to intel_dp_set_clock v2
authorChon Ming Lee <chon.ming.lee@intel.com>
Tue, 3 Sep 2013 17:30:38 +0000 (01:30 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 Sep 2013 15:34:58 +0000 (17:34 +0200)
commit38ebad308329783a045cf6b1bcd74b25b958e170
tree3b2ce08e8e1c034921ef83dc401d0876fb13cce0
parent4e4768200e701186b8a9b6cdfe15500d5cb0e868
drm/i915: Move Valleyview DP DPLL divisor calc to intel_dp_set_clock v2

For DP pll settings, there is only two golden configs.  Instead of
running through the algorithm to determine it, hardcode the value and get it
determine in intel_dp_set_clock.

v2: Rework on the intel_limit compiler warning. (Jani)

Signed-off-by: Chon Ming Lee <chon.ming.lee@intel.com>
[danvet: Fix up checkpatch issues.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c