drm/radeon: Replace ttm_bo_reference with ttm_bo_get
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 31 Jul 2018 06:16:58 +0000 (08:16 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 31 Jul 2018 21:58:21 +0000 (16:58 -0500)
commit269a8b6e342501fa221a398dd2730b7af7e94a5d
tree230bb67b34b921024516ec4a0de4ab402aa2f7b3
parentfea872b279c8cd9433a3c9bb91949643cf645e07
drm/radeon: 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>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_object.c