commit | a0d4d42cb5854400baa47bf63d9aae65fa9f484e | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:36:23 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Oct 01 09:21:36 2018 +0200 |
tree | 11a3a8458d2d5364ddb1c5b9a62cf18d7ccf1c4e | |
parent | b256013e720788ecacae2a6f7e7dcbba315adf05 [diff] |
drm/bochs: 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. v2: * rebase onto fbdev rework Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: http://patchwork.freedesktop.org/patch/msgid/20180926113623.22679-1-tzimmermann@suse.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>