aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gma_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/gma_display.h')
-rw-r--r--drivers/gpu/drm/gma500/gma_display.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/gma_display.h b/drivers/gpu/drm/gma500/gma_display.h
index 24a582e009e6..665164d41224 100644
--- a/drivers/gpu/drm/gma500/gma_display.h
+++ b/drivers/gpu/drm/gma500/gma_display.h
@@ -85,4 +85,9 @@ extern bool gma_pll_is_valid(struct drm_crtc *crtc,
85extern bool gma_find_best_pll(const struct gma_limit_t *limit, 85extern bool gma_find_best_pll(const struct gma_limit_t *limit,
86 struct drm_crtc *crtc, int target, int refclk, 86 struct drm_crtc *crtc, int target, int refclk,
87 struct gma_clock_t *best_clock); 87 struct gma_clock_t *best_clock);
88
89/* Cedarview specific functions */
90extern void cdv_intel_disable_self_refresh(struct drm_device *dev);
91extern void cdv_intel_update_watermark(struct drm_device *dev,
92 struct drm_crtc *crtc);
88#endif 93#endif