]> 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)
commitb82a1a15e1940c2a8a175f43763805a058a7fcb2
tree48c3594498ed78b8a726d5590c2aceb12bef737b
parentce6e1296fda4ba5cb0fa6463dfb59f71b6021e6d
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