]> git.baikalelectronics.ru Git - kernel.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)
commitc54b41b1a3eaa743e90cd56a7013a9c6de9028c5
tree11a3a8458d2d5364ddb1c5b9a62cf18d7ccf1c4e
parent0ef31760b774ef80428651a426e6d9a6f85a9bf9
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