]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Introduce drm_mode_object_{get,put}()
authorThierry Reding <treding@nvidia.com>
Tue, 28 Feb 2017 14:46:38 +0000 (15:46 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 28 Feb 2017 15:14:55 +0000 (16:14 +0100)
commite6569e9a086d287fd4fa817abf8115480e737d99
tree343a200b9e4373a380dad7d00dd26fb90a8338e1
parentd9fe1fb623b65e06308ffeecb1d8c672f93e13b0
drm: Introduce drm_mode_object_{get,put}()

For consistency with other reference counting APIs in the kernel, add
drm_mode_object_get() and drm_mode_object_put() to reference count DRM
mode objects.

Compatibility aliases are added to keep existing code working. To help
speed up the transition, all the instances of the old functions in the
DRM core are already replaced in this commit.

A semantic patch is provided that can be used to convert all drivers to
the new helpers.

Reviewed-by: Sean Paul <seanpaul@chromium.org>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170228144643.5668-3-thierry.reding@gmail.com
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_mode_object.c
drivers/gpu/drm/drm_property.c
include/drm/drm_mode_object.h
scripts/coccinelle/api/drm-get-put.cocci [new file with mode: 0644]