drm/amdgpu/soc15: drop dead function
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jul 2017 22:59:24 +0000 (18:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jul 2017 15:06:39 +0000 (11:06 -0400)
Maybe a leftover from bringup?

Reviewed-by: Chunming Zhou <david1.zhou@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/soc15.c

index 8dc0232..f2c3a49 100644 (file)
@@ -566,13 +566,6 @@ static uint32_t soc15_get_rev_id(struct amdgpu_device *adev)
                return nbio_v6_1_get_rev_id(adev);
 }
 
-
-int gmc_v9_0_mc_wait_for_idle(struct amdgpu_device *adev)
-{
-       /* to be implemented in MC IP*/
-       return 0;
-}
-
 static const struct amdgpu_asic_funcs soc15_asic_funcs =
 {
        .read_disabled_bios = &soc15_read_disabled_bios,