summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-02-25 20:24:13 +0000
committerrnoland <rnoland@FreeBSD.org>2009-02-25 20:24:13 +0000
commit35f0e5ba8fbb4c47932378b8941120b11386e5ae (patch)
tree65bf3123733437cb4e8c62cdb4ab7e774c5a898e /sys/dev/drm/i915_drv.h
parent4abf3eb20011187bff9c7381d361fc9f7fef90bf (diff)
downloadFreeBSD-src-35f0e5ba8fbb4c47932378b8941120b11386e5ae.zip
FreeBSD-src-35f0e5ba8fbb4c47932378b8941120b11386e5ae.tar.gz
The GM45 handles vblank differently. Pull the changes from Intel in.
MFC after: 2 Weeks
Diffstat (limited to 'sys/dev/drm/i915_drv.h')
-rw-r--r--sys/dev/drm/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h
index eb87adc..b67eff8 100644
--- a/sys/dev/drm/i915_drv.h
+++ b/sys/dev/drm/i915_drv.h
@@ -449,6 +449,7 @@ extern int i915_vblank_pipe_get(struct drm_device *dev, void *data,
extern int i915_enable_vblank(struct drm_device *dev, int crtc);
extern void i915_disable_vblank(struct drm_device *dev, int crtc);
extern u32 i915_get_vblank_counter(struct drm_device *dev, int crtc);
+extern u32 gm45_get_vblank_counter(struct drm_device *dev, int crtc);
extern int i915_vblank_swap(struct drm_device *dev, void *data,
struct drm_file *file_priv);
OpenPOWER on IntegriCloud