From: Daniel Vetter Date: Sat, 1 Jun 2013 15:16:17 +0000 (+0200) Subject: drm/i915: split out intel_pnv_find_best_PLL X-Git-Tag: v3.11-rc1~65^2~61^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac58c3f046dde3c29b0e3fc7ea71a82b5f80c470;p=pandora-kernel.git drm/i915: split out intel_pnv_find_best_PLL Pineview is just different. Also split out i9xx_clock from intel_clock and drop the now redundant struct device * parameter. Note that in this patch I kill an XXX comment about 100MHz clocks. I couldn't figure out what this is about, and we don't seem to have any bug reports about this either. I suspect that it's a remnant from when the i9xx and ilk+ modeset code was all in the same file since ilk+ does indeed have a 100MHz clock. So I've just killed it to stop the cargo-culting. Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed