drm/amdgpu: cleanup amdgpu_bo_create()
authorNirmoy Das <nirmoy.das@amd.com>
Wed, 21 Apr 2021 16:09:46 +0000 (18:09 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Apr 2021 21:18:47 +0000 (17:18 -0400)
commitcd2454d6cd970d4c8cbf6dfed61ff1f36b65e561
treee09df845d8945bb6b132ef00e2cb4f581745e417
parentadf6f5c51ea14121e2302fb1b0ab3a90921ede59
drm/amdgpu: cleanup amdgpu_bo_create()

Remove shadow bo related code as vm code is creating shadow bo
using proper API. Without shadow bo code, amdgpu_bo_create() is basically
a wrapper around amdgpu_bo_do_create(). So rename amdgpu_bo_do_create()
to amdgpu_bo_create().

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c