Re: [PATCH] drm/amd: Replace drm_dev_unref with drm_dev_put

2018-06-29 Thread Alex Deucher
On Thu, Jun 28, 2018 at 10:10 AM, Thomas Zimmermann wrote: > 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 Applied. thanks

[PATCH] drm/amd: Replace drm_dev_unref with drm_dev_put

2018-06-28 Thread Thomas Zimmermann
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 --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2