summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.c
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-02-25 18:44:50 +0000
committerrnoland <rnoland@FreeBSD.org>2009-02-25 18:44:50 +0000
commitca01a44d40c374f06bbd39d32618437862a9adf2 (patch)
tree135e30368d3742f4dbe1693742d1a438aa8c734c /sys/dev/drm/i915_drv.c
parent12840cf0056fa062ed952cfd8b488c70eeeb00b8 (diff)
downloadFreeBSD-src-ca01a44d40c374f06bbd39d32618437862a9adf2.zip
FreeBSD-src-ca01a44d40c374f06bbd39d32618437862a9adf2.tar.gz
This was part of a sync to the code that Intel is shipping in linux.
- Remove the old TTM interface - Move register definitions to i915_reg.h - Overhaul the irq handler 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 478e62b..aa7f3f1 100644
--- a/sys/dev/drm/i915_drv.c
+++ b/sys/dev/drm/i915_drv.c
@@ -78,7 +78,6 @@ static void i915_configure(struct drm_device *dev)
dev->driver->buf_priv_size = sizeof(drm_i915_private_t);
dev->driver->load = i915_driver_load;
dev->driver->unload = i915_driver_unload;
- dev->driver->firstopen = i915_driver_firstopen;
dev->driver->preclose = i915_driver_preclose;
dev->driver->lastclose = i915_driver_lastclose;
dev->driver->device_is_agp = i915_driver_device_is_agp;
OpenPOWER on IntegriCloud