]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Factor out computing the DPLL paramaters from the dividers
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 7 May 2015 17:38:42 +0000 (18:38 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 May 2015 08:15:24 +0000 (10:15 +0200)
commit69a7b1aaa85b172d146549156fb57a2567f37feb
treed3ee6f2378a4526ed620d0162c7aa8d7fd1027af
parent14b6c5335e19a56a30674bbe2979a0e0be049958
drm/i915/skl: Factor out computing the DPLL paramaters from the dividers

This part doesn't depend on how we compute the DPLL dividers (p and
p0/p1/p2) and can be reused even if we change the algorithm to do so.
(something that is planned for a followup patch)

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c