drm/amdgpu: nuke amdgpu_bo_list_free
authorChristian König <christian.koenig@amd.com>
Mon, 30 Jul 2018 12:17:41 +0000 (14:17 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 31 Jul 2018 21:58:18 +0000 (16:58 -0500)
commita0f208453b97565dab8c334ff013aa5ab3c66d0c
treecc476bf48d6d286d729c807c677a4ad449b0fb6d
parent81c6dabcc990c341793368db985ee8aca5713b16
drm/amdgpu: nuke amdgpu_bo_list_free

The RCU grace period is harmless and avoiding it is not worth the effort
of doubling the implementation.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c