[PATCH] drm/amdgpu/soc15: drop dead function
Alex Deucher
alexdeucher at gmail.com
Tue Jul 11 23:00:09 UTC 2017
Maybe a leftover from bringup?
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
drivers/gpu/drm/amd/amdgpu/soc15.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index dd58de9..9dff294 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -578,13 +578,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 void soc15_flush_hdp(struct amdgpu_device *adev)
{
if (adev->flags & AMD_IS_APU)
--
2.5.5
More information about the amd-gfx
mailing list