commit | 1548060f48421f2faec75d431d447a090a30bf63 | [log] [tgz] |
---|---|---|
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Wed Mar 13 23:32:36 2013 +0100 |
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Sun Mar 17 18:32:55 2013 +0100 |
tree | ece60dae0326f669d0909c7e18bfdb2feb48f5f4 | |
parent | 4e6bb70d7bb080714ae5f849c89f3fb37c1ed6db [diff] |
drm/gma500: Calculate clock in one function instead of three identical 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>