OSDN Git Service

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)
commitc3c18309c8319ab4600830bc010d916cb4e529de
tree48c3594498ed78b8a726d5590c2aceb12bef737b
parent5d4af988f39052b77f8fdd9ed5cb61ca1645a3a6
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