linux/drivers/gpu/drm/armada
Haneen Mohammed 4c3cf375bc drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()
This patch replace instances of drm_gem_object_reference/unreference with
*_get/put() suffixes, because get/put is shorter and consistent with the
kernel use of *_get/put() suffixes.
This was done with the following Coccinelle script:

@r1@
expression e;
@@

(
-drm_gem_object_reference(e);
+drm_gem_object_get(e);
|
-drm_gem_object_unreference(e);
+drm_gem_object_put(e);
|
-drm_gem_object_unreference_unlocked(e);
+drm_gem_object_put_unlocked(e);
)

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
[resolved small conflict with removed armada_gem_dumb_map_offset]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/a59ef1ed109ade897bcffcb01b33214262db8942.1505932812.git.hamohammed.sa@gmail.com
2017-10-16 15:01:51 -04:00
..
armada_510.c drm/armada: Remove unused #include <drmP.h> 2017-09-29 09:35:36 +02:00
armada_crtc.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_crtc.h drm: armada: remove dead empty functions 2017-08-04 11:35:34 +02:00
armada_debugfs.c drm/armada: Remove armada_drm_debugfs_cleanup() 2017-03-01 16:09:51 +01:00
armada_drm.h drm/armada: Remove armada_drm_debugfs_cleanup() 2017-03-01 16:09:51 +01:00
armada_drv.c drm/armada: Remove unused #include <drmP.h> 2017-09-29 09:35:36 +02:00
armada_fb.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_fb.h drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() 2015-11-24 11:47:38 +01:00
armada_fbdev.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_gem.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_gem.h drm/armada: Use .dumb_map_offset and .dumb_destroy defaults 2017-09-02 14:22:20 +02:00
armada_hw.h
armada_ioctlP.h
armada_overlay.c drm: Plumb modifiers through plane init 2017-08-01 17:50:06 +01:00
armada_trace.c drm/armada: add tracing support 2016-11-01 20:06:54 +00:00
armada_trace.h drm/armada: Use correct path to trace include 2017-09-05 11:11:20 +02:00
Kconfig drm: add more MMU dependencies 2017-01-11 17:24:58 +01:00
Makefile drm/armada: Use correct path to trace include 2017-09-05 11:11:20 +02:00