]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <contact@tzimmermann.org>
Thu, 28 Jun 2018 14:10:25 +0000 (16:10 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:39:53 +0000 (16:39 -0500)
commitde3cd8d545f74d53bc529fa31ff97947e76f86c0
tree48c3594498ed78b8a726d5590c2aceb12bef737b
parentd921102c91de934553f3fac2906652c3bd1f8a98
drm/amd: Replace drm_dev_unref with drm_dev_put

This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <contact@tzimmermann.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c