]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm: Introduce drm_property_blob_{get,put}()
authorThierry Reding <treding@nvidia.com>
Tue, 28 Feb 2017 14:46:42 +0000 (15:46 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 28 Feb 2017 15:16:46 +0000 (16:16 +0100)
commit6472e5090be7c78749a3c279b4faae87ab835c40
tree3447583297ce95fe76ef1525abad2078cf4961a3
parente6b62714e87c8811d5564b6a0738dcde63a51774
drm: Introduce drm_property_blob_{get,put}()

For consistency with other reference counting APIs in the kernel, add
drm_property_blob_get() and drm_property_blob_put() to reference count
DRM blob properties.

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-7-thierry.reding@gmail.com
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_atomic_helper.c
drivers/gpu/drm/drm_mode_config.c
drivers/gpu/drm/drm_property.c
include/drm/drm_property.h
scripts/coccinelle/api/drm-get-put.cocci