drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
authorThomas Zimmermann <tdz@users.sourceforge.net>
Mon, 18 Jun 2018 12:53:11 +0000 (14:53 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 16 Jul 2018 08:06:29 +0000 (18:06 +1000)
commit743e0f079a38182cb22e663b34e6a45ad3274b9e
tree5e1abae37e4ffdd699472e972ea69feb31020d01
parentf066f7950708d889f59545c6c9f426885dcf3dcb
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function

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

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/dispnv04/crtc.c
drivers/gpu/drm/nouveau/nouveau_abi16.c
drivers/gpu/drm/nouveau/nouveau_display.c
drivers/gpu/drm/nouveau/nouveau_gem.c