]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit76516fbc294d60481f2427d6a42125364a629386
treed3ee6f2378a4526ed620d0162c7aa8d7fd1027af
parent9c2367538de381435503425c22c4f192c72e282e
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