]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/bochs: Replace drm_gem_object_unreference_unlocked with put function
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:36:23 +0000 (13:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 1 Oct 2018 07:21:36 +0000 (09:21 +0200)
commita0d4d42cb5854400baa47bf63d9aae65fa9f484e
tree11a3a8458d2d5364ddb1c5b9a62cf18d7ccf1c4e
parentb256013e720788ecacae2a6f7e7dcbba315adf05
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>
drivers/gpu/drm/bochs/bochs_mm.c