From: Daniel Vetter Date: Sat, 20 Apr 2013 15:19:46 +0000 (+0200) Subject: drm/i915: shovel compute clock into crtc->config.dpll on ilk X-Git-Tag: v3.11-rc1~65^2~131^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7429e9d4bfcfd08a00ed7b760386bd81a60e91d6;p=pandora-kernel.git drm/i915: shovel compute clock into crtc->config.dpll on ilk This was somehow lost in the pipe_config->dpll introduction in commit f47709a9502f3715cc488b788ca91cf0c142b1b1 Author: Daniel Vetter Date: Thu Mar 28 10:42:02 2013 +0100 drm/i915: create pipe_config->dpll for clock state While at it, extract a few small helpers for common computations. v2: Use the newly added helpers more thanks to Ville's trick to typedef the legacy intel_clock_t as the new-world struct dpll. Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed