commit | c3c18309c8319ab4600830bc010d916cb4e529de | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <contact@tzimmermann.org> | Thu Jun 28 16:10:25 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 05 16:39:53 2018 -0500 |
tree | 48c3594498ed78b8a726d5590c2aceb12bef737b | |
parent | 5d4af988f39052b77f8fdd9ed5cb61ca1645a3a6 [diff] |
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>