drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functions
authorThomas Zimmermann <tdz@users.sourceforge.net>
Mon, 18 Jun 2018 12:53:10 +0000 (14:53 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 16 Jul 2018 08:06:29 +0000 (18:06 +1000)
commitf066f7950708d889f59545c6c9f426885dcf3dcb
tree264cfd59bd08ac7c83b27dade55b3e1c4e18acdd
parentc9fb2cc84c31910e710cdd8d67a01473170ea67d
drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functions

This patch unifies the naming of DRM functions for reference counting
of struct drm_framebuffer. 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/nouveau_fbcon.c