Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293615
b: refs/heads/master
c: 59ce062
h: refs/heads/master
i:
  293613: 664ab13
  293611: 0063b26
  293607: 8f9d425
  293599: 894c957
v: v3
  • Loading branch information
Sascha Hauer authored and Dave Airlie committed Feb 3, 2012
1 parent 3feb9c0 commit 53e2484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2746f83d50287fdb6768e0f20168c64b6a7c9cb
refs/heads/master: 59ce062ead2a7d114a1e7f505f250eabab9e9d85
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,9 @@ void drm_mode_config_cleanup(struct drm_device *dev)
head) {
plane->funcs->destroy(plane);
}

idr_remove_all(&dev->mode_config.crtc_idr);
idr_destroy(&dev->mode_config.crtc_idr);
}
EXPORT_SYMBOL(drm_mode_config_cleanup);

Expand Down

0 comments on commit 53e2484

Please sign in to comment.