]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit680eaf497f0f89117c3fb4da18485ffddc9a700d
tree264cfd59bd08ac7c83b27dade55b3e1c4e18acdd
parent805d54b83c2f9cf093296ea6f1e54abf79f501eb
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