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:
4e6bb70
)
drm/gma500: Calculate clock in one function instead of three identical
author
Patrik Jakobsson
<patrik.r.jakobsson@gmail.com>
Wed, 13 Mar 2013 22:32:36 +0000
(23:32 +0100)
committer
Patrik Jakobsson
<patrik.r.jakobsson@gmail.com>
Sun, 17 Mar 2013 17:32:55 +0000
(18:32 +0100)
i9xx_clock() and i8xx_clock() did the same calc and psb_intel_clock() just
called i9xx_clock() so just move it all into psb_intel_clock().
The same calculation is duplicated in cdv_intel_display.c as well so maybe we
can share it later on.
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
No differences found