diff options
author | Cihangir Akturk <cakturk@gmail.com> | 2017-08-11 15:33:11 +0300 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-08-11 18:41:43 +0300 |
commit | c54fd47aa5b8bc39d707d3011c9b418c6b81004b (patch) | |
tree | bb2c8af78d4192a99799a0a073329970dc254f3e /scripts/gdb/linux/utils.py | |
parent | 823ee8bc019c29fc0e15064bb1c6d24639d45e2d (diff) | |
download | linux-c54fd47aa5b8bc39d707d3011c9b418c6b81004b.tar.xz |
drm/vgem: switch to drm_*_get(), drm_*_put() helpers
Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
and drm_*_unreference() helpers.
drm_*_reference() and drm_*_unreference() functions are just
compatibility alias for drm_*_get() and drm_*_put() and should not be
used by new code. So convert all users of compatibility functions to
use the new APIs.
Generated by: scripts/coccinelle/api/drm-get-put.cocci
Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1502454794-28558-26-git-send-email-cakturk@gmail.com
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions