diff options
| author | David Herrmann <[email protected]> | 2013-10-02 11:23:38 +0200 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2013-10-09 15:55:27 +1000 |
| commit | c3a49737ef7db0bdd4fcf6cf0b7140a883e32b2a (patch) | |
| tree | 94ce7f5c10bcc289b42d58e57462ad56aaa4e2fe /tools/perf/scripts/python | |
| parent | 0dc8fe5985e01f238e7dc64ff1733cc0291811e8 (diff) | |
drm: move device unregistration into drm_dev_unregister()
Analog to drm_dev_register(), we now provide drm_dev_unregister() which
does the reverse. drm_dev_put() is still in place and combines the calls
to drm_dev_unregister() and drm_dev_free() so buses don't have to change.
*_get() and *_put() are used for reference-counting in the kernel.
However, drm_dev_put() definitely does not do any kind of ref-counting.
Hence, use the more appropriate *_register(), *_unregister(), *_alloc()
and *_free() names.
Signed-off-by: David Herrmann <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions