commit | 94f4a12707c9b425e03fbaea5e0089c64e257831 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Tue Jul 31 08:21:26 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Aug 30 09:41:02 2018 +0200 |
tree | 4636a1c13e69d4557085256a996dd5410d65fef9 | |
parent | 233c2b74b008eada6d6f5ecebc9e1c065826ea37 [diff] |
drm/virtio: Replace ttm_bo_reference with ttm_bo_get The function ttm_bo_get acquires a reference on a TTM buffer object. The function's name is more aligned to the Linux kernel convention of naming ref-counting function _get and _put. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: http://patchwork.freedesktop.org/patch/msgid/20180731062127.10131-2-tzimmermann@suse.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>