diff options
author | Cihangir Akturk <cakturk@gmail.com> | 2017-08-11 15:33:07 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-08-17 18:57:09 +0300 |
commit | 7664b2fa42b5e962dd9ffd9e386dc20cbc966176 (patch) | |
tree | 71c3faf42c500271a2e4e07c6b4335bb1a857dc5 /tools/perf/scripts/python/stackcollapse.py | |
parent | 788ff4b6cfd90fcd9608beccec9c5ed1ff8c4041 (diff) | |
download | linux-7664b2fa42b5e962dd9ffd9e386dc20cbc966176.tar.xz |
drm/tegra: 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: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions