summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.c
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.c
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.c')
-rw-r--r--sys/dev/drm/i915_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/i915_drv.c b/sys/dev/drm/i915_drv.c
index aa7f3f1..4e7a4f7 100644
--- a/sys/dev/drm/i915_drv.c
+++ b/sys/dev/drm/i915_drv.c
@@ -81,7 +81,6 @@ static void i915_configure(struct drm_device *dev)
dev->driver->preclose = i915_driver_preclose;
dev->driver->lastclose = i915_driver_lastclose;
dev->driver->device_is_agp = i915_driver_device_is_agp;
- dev->driver->get_vblank_counter = i915_get_vblank_counter;
dev->driver->enable_vblank = i915_enable_vblank;
dev->driver->disable_vblank = i915_disable_vblank;
dev->driver->irq_preinstall = i915_driver_irq_preinstall;
OpenPOWER on IntegriCloud