diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-12-04 17:56:46 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-12-09 05:06:33 +0100 |
commit | 64f2c15892ae9dd8f0073f576601b1c9582d823b (patch) | |
tree | d97abcefc569815cf46742a7ee475eb17815df74 /drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | |
parent | drm/amdgpu: free the pre-OS console framebuffer after the first modeset (diff) | |
download | linux-64f2c15892ae9dd8f0073f576601b1c9582d823b.tar.xz linux-64f2c15892ae9dd8f0073f576601b1c9582d823b.zip |
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/gmc_v6_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c index 998d6c8fde79..f5b69484c45a 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c @@ -791,8 +791,6 @@ static int gmc_v6_0_late_init(void *handle) { struct amdgpu_device *adev = (struct amdgpu_device *)handle; - amdgpu_bo_late_init(adev); - if (amdgpu_vm_fault_stop != AMDGPU_VM_FAULT_STOP_ALWAYS) return amdgpu_irq_get(adev, &adev->gmc.vm_fault, 0); else |