diff options
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2013-07-01 03:42:16 +0400 |
---|---|---|
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2013-07-24 03:47:17 +0400 |
commit | 2adb29ff61c97982addf702d7da106569e217329 (patch) | |
tree | 820b0c2de0917da3b9bf8f278cbcbc94c5995e65 /drivers/gpu/drm/gma500/cdv_device.h | |
parent | 5ea75e0f05d03007369f155c6c67541bc4ec309f (diff) | |
download | linux-2adb29ff61c97982addf702d7da106569e217329.tar.xz |
drm/gma500/cdv: Make use of the generic clock code
Add chip specific callbacks for the generic and non-generic clock
calculation code. Also remove as much dupilicated code as possible.
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.h')
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.h b/drivers/gpu/drm/gma500/cdv_device.h index 9561e17621b3..0fcb608bbdf9 100644 --- a/drivers/gpu/drm/gma500/cdv_device.h +++ b/drivers/gpu/drm/gma500/cdv_device.h @@ -17,6 +17,7 @@ extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs; extern const struct drm_crtc_funcs cdv_intel_crtc_funcs; +extern const struct gma_clock_funcs cdv_clock_funcs; extern void cdv_intel_crt_init(struct drm_device *dev, struct psb_intel_mode_device *mode_dev); extern void cdv_intel_lvds_init(struct drm_device *dev, |