]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/vlv: add VLV specific clock_get function v3
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 20 Sep 2013 18:29:32 +0000 (11:29 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Oct 2013 05:45:24 +0000 (07:45 +0200)
commit74872ded4ef86f9e2adc8259502ec013fc532740
tree45ed16986cd7fd8ad8c8dac66a5226809f2d341b
parenta61af3bd571675b37ff61408c4327fee82c4907e
drm/i915/vlv: add VLV specific clock_get function v3

Calculation is a little different than other platforms.

v2: update to use port_clock instead
    rebase on top of Ville's changes
v3: update to new port_clock semantics - don't divide by
    pixel_multiplier (Ville)

References: https://bugs.freedesktop.org/show_bug.cgi?id=67345
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c