From: Daniel Vetter Date: Sat, 20 Oct 2012 18:57:44 +0000 (+0200) Subject: drm/i915/dp: compute the pch dp aux divider from the rawclk X-Git-Tag: v3.8-rc1~82^2~192^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3ec1c9fb73cca38842d030b171ffd16a686949;p=pandora-kernel.git drm/i915/dp: compute the pch dp aux divider from the rawclk Otherwise dp aux won't work on some hsw platforms, since they use a different rawclk than the 125MHz clock used thus far. To absolutely not change anything, round up: That way we get the old 63 divider for the default 125MHz clock. Reviewed-by: Jesse Barnes Tested-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed