aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.h')
-rw-r--r--drivers/gpu/drm/gma500/cdv_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.h b/drivers/gpu/drm/gma500/cdv_device.h
index 2a88b7beb551..9561e17621b3 100644
--- a/drivers/gpu/drm/gma500/cdv_device.h
+++ b/drivers/gpu/drm/gma500/cdv_device.h
@@ -26,7 +26,7 @@ extern void cdv_hdmi_init(struct drm_device *dev, struct psb_intel_mode_device *
26extern struct drm_display_mode *cdv_intel_crtc_mode_get(struct drm_device *dev, 26extern struct drm_display_mode *cdv_intel_crtc_mode_get(struct drm_device *dev,
27 struct drm_crtc *crtc); 27 struct drm_crtc *crtc);
28 28
29extern inline void cdv_intel_wait_for_vblank(struct drm_device *dev) 29static inline void cdv_intel_wait_for_vblank(struct drm_device *dev)
30{ 30{
31 /* Wait for 20ms, i.e. one cycle at 50hz. */ 31 /* Wait for 20ms, i.e. one cycle at 50hz. */
32 /* FIXME: msleep ?? */ 32 /* FIXME: msleep ?? */