summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-11 07:08:48 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-11 07:08:48 -0700
commitdd00aa5851ca7c5590ae0b0825dd84c027cfd420 (patch)
treea00d5b65e5b2bd2d8a14ebbfb54881036a32a406 /linux-core
parentf35db6690625ccd01fb61dc766e6380a9c14c331 (diff)
export vblank routine for use by intel_display.c and intel_sdvo.c.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/intel_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h
index 0675e069..f47e6233 100644
--- a/linux-core/intel_drv.h
+++ b/linux-core/intel_drv.h
@@ -73,5 +73,6 @@ extern void intel_output_prepare (struct drm_output *output);
extern void intel_output_commit (struct drm_output *output);
extern struct drm_display_mode *intel_crtc_mode_get(drm_device_t *dev,
struct drm_crtc *crtc);
+extern void intel_wait_for_vblank(drm_device_t *dev);
#endif /* __INTEL_DRV_H__ */