diff options
author | 2017-09-26 14:00:19 +0530 | |
---|---|---|
committer | 2017-09-26 13:12:15 +0200 | |
commit | ce7b700d1e0da806a5bcba19a197b050563df78f (patch) | |
tree | d12c0b24f7a325f0a2aa2946993af8a783e972f6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm: introduce drm_dev_{get/put} functions (diff) | |
download | linux-dev-ce7b700d1e0da806a5bcba19a197b050563df78f.tar.xz linux-dev-ce7b700d1e0da806a5bcba19a197b050563df78f.zip |
drm/tilcdc: replace reference/unreference() with get/put
For maintaining consistency with kernel coding style replace
reference/unreference in ref counting functions with get/put.
The following cocci script was used to generate the tilcdc patch:
@@
expression ex;
@@
(
-drm_framebuffer_unreference(ex);
+drm_framebuffer_put(ex);
|
-drm_dev_unref(ex);
+drm_dev_put(ex);
|
-drm_framebuffer_reference(ex);
+drm_framebuffer_get(ex);
)
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Acked-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/3f2f592f6ea28adfea3fd8b70421b2fab38f0b94.1506413698.git.aishpant@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions