Files
linux/drivers/gpu/drm
Aishwarya Pant 9a96f55034 drm: introduce drm_dev_{get/put} functions
Reference counting functions in the kernel typically use get/put suffixes. For
maintaining coding style consistency, introduce drm_dev_{get/put} functions. All
callers of drm_dev_ref() API have been converted in this patch and hence it has
been dropped while the drm_dev_unref() API with non-trivial number of users
remains for compatibility.

The semantic patch scripts/coccinelle/api/drm-get-put.cocci has been updated
with the new helper for conversion of drm_dev_unref() to drm_dev_put()

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/6babda56134035a98220d5d37a4fd4048df214ce.1506413698.git.aishpant@gmail.com
2017-09-26 13:12:15 +02:00
..
2017-09-02 14:23:06 +02:00
2017-08-27 19:29:46 +02:00
2017-09-06 08:39:55 +02:00
2017-08-16 12:06:02 +10:00
2017-08-15 14:46:16 -04:00
2017-08-27 19:30:49 +02:00
2017-08-18 09:10:46 +02:00
2017-08-27 19:31:06 +02:00