]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move DP M/N setup from update_pll to mode_set for gmch platforms
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 31 Mar 2014 15:21:25 +0000 (18:21 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 Apr 2014 09:26:56 +0000 (11:26 +0200)
commit67868a46e180f908061bb64215e3f25b7dd7a046
tree13fa16223453b1ab356f63c68e58e3d77dd35ccb
parent542ebaa8498840a70b5aae34cfb45cd2928b3004
drm/i915: Move DP M/N setup from update_pll to mode_set for gmch platforms

There's no point in hiding the DP M/N setup in the update_pll functions.
Just move it to the mode_set function.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c