git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540b5d0
)
drm/i915: Use DIV_ROUND_CLOSEST() to calculate dot/vco
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 14 Oct 2013 11:50:30 +0000
(14:50 +0300)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 14 Oct 2013 14:59:14 +0000
(16:59 +0200)
Rounding down when calculating the dot/vco frequencies doesn't make much
sense. Round to closest should give slightly nicer answers.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found