Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205036
b: refs/heads/master
c: 7827627
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Aug 2, 2010
1 parent 9dd7d3f commit 83db347
Show file tree
Hide file tree
Showing 37 changed files with 1,136 additions and 678 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: 219de62a1627247fca10789f28902f66cb0b408f
refs/heads/master: 7827627107aeb629f1a056cb56b17bd4fb789e03
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ 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: 1 addition & 0 deletions trunk/drivers/gpu/drm/drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ 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: 3 additions & 0 deletions trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ 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: 3 additions & 0 deletions trunk/drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ 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 83db347

Please sign in to comment.