Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a6ec7ed authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/soc15: drop dead function



Maybe a leftover from bringup?

Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 88b64e95
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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,