From: Chris Wilson Date: Wed, 25 Sep 2013 21:24:01 +0000 (-0700) Subject: drm/i915/vlv: fix up broken precision in vlv_crtc_clock_get X-Git-Tag: v3.13-rc1~76^2~80^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662c6ecbcdca1fe8a5402f6c83d98d242917a043;p=pandora-kernel.git drm/i915/vlv: fix up broken precision in vlv_crtc_clock_get With some divider values we end up with the wrong result. So remove the intermediates (like Ville suggested in the first place) to get the right answer. Signed-off-by: Chris Wilson Signed-off-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed