commit | 662c6ecbcdca1fe8a5402f6c83d98d242917a043 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 25 14:24:01 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Oct 01 07:45:25 2013 +0200 |
tree | 2952928eeda7ddc199351ca596bf3b247dfc2ca5 | |
parent | acbec814a27f233b5ddb88a1bcaa2ac20daf64e0 [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>