drm/gma500: Calculate clock in one function instead of three identical
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Wed, 13 Mar 2013 22:32:36 +0000 (23:32 +0100)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Sun, 17 Mar 2013 17:32:55 +0000 (18:32 +0100)
commit1548060f48421f2faec75d431d447a090a30bf63
treeece60dae0326f669d0909c7e18bfdb2feb48f5f4
parent4e6bb70d7bb080714ae5f849c89f3fb37c1ed6db
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>
drivers/gpu/drm/gma500/psb_intel_display.c