diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-12-04 19:56:46 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-12-09 07:06:33 +0300 |
commit | 64f2c15892ae9dd8f0073f576601b1c9582d823b (patch) | |
tree | d97abcefc569815cf46742a7ee475eb17815df74 /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | |
parent | 5f6fab247c7f206731df8bbb096b7624facf9d90 (diff) | |
download | linux-64f2c15892ae9dd8f0073f576601b1c9582d823b.tar.xz |
drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_init
No longer used.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index 6be131df21f5..b719b4281cc9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@ -2022,13 +2022,6 @@ int amdgpu_ttm_init(struct amdgpu_device *adev) } /* - * amdgpu_ttm_late_init - Handle any late initialization for amdgpu_ttm - */ -void amdgpu_ttm_late_init(struct amdgpu_device *adev) -{ -} - -/* * amdgpu_ttm_fini - De-initialize the TTM memory pools */ void amdgpu_ttm_fini(struct amdgpu_device *adev) |