commit | 269a8b6e342501fa221a398dd2730b7af7e94a5d | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Tue Jul 31 08:16:58 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jul 31 16:58:21 2018 -0500 |
tree | 230bb67b34b921024516ec4a0de4ab402aa2f7b3 | |
parent | fea872b279c8cd9433a3c9bb91949643cf645e07 [diff] |
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>