summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-01 11:39:06 -0700
committerEric Anholt <eric@anholt.net>2008-05-01 11:39:20 -0700
commit2140e102f942edf7982cee2a3f00caf234551687 (patch)
tree8e100f76d07666d0d957859779a3c54308fd0895 /linux-core/i915_drv.c
parent1a8406795052e3ec49e400465f3211d04fd9dd86 (diff)
checkpoint: rename to GEM and a few more i915 bits.
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index 5a6f0adc..c77c329f 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -586,6 +586,8 @@ static struct drm_driver driver = {
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,
.ioctls = i915_ioctls,
+ .gem_init_object = i915_gem_init_object,
+ .gem_free_object = i915_gem_free_object,
.fops = {
.owner = THIS_MODULE,
.open = drm_open,