Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205009
b: refs/heads/master
c: 37f9003
h: refs/heads/master
i:
  205007: 17f8fac
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jul 21, 2010
1 parent 0a96bfb commit 8e47e83
Show file tree
Hide file tree
Showing 38 changed files with 774 additions and 1,192 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e190bfe56841551b1ad5abb42ebd0c4798cc8c01
refs/heads/master: 37f9003bd355d9109769fff66f7f228aab42155b
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ static void __exit drm_core_exit(void)

unregister_chrdev(DRM_MAJOR, "drm");

idr_remove_all(&drm_minors_idr);
idr_destroy(&drm_minors_idr);
}

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ drm_gem_release(struct drm_device *dev, struct drm_file *file_private)
idr_for_each(&file_private->object_idr,
&drm_gem_object_release_handle, NULL);

idr_remove_all(&file_private->object_idr);
idr_destroy(&file_private->object_idr);
}

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ static void drm_master_destroy(struct kref *kref)
master->unique_len = 0;
}

kfree(dev->devname);
dev->devname = NULL;

list_for_each_entry_safe(pt, next, &master->magicfree, head) {
list_del(&pt->head);
drm_ht_remove_item(&master->magiclist, &pt->hash_item);
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ ccflags-y := -Iinclude/drm

ch7006-y := ch7006_drv.o ch7006_mode.o
obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o

sil164-y := sil164_drv.o
obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o
Loading

0 comments on commit 8e47e83

Please sign in to comment.