From: Alex Deucher Date: Fri, 29 Jul 2016 22:03:42 +0000 (-0400) Subject: drm/amdgpu/gmc7: add missing mullins case X-Git-Tag: v4.9-rc1~41^2~35^2~126 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b62774fc2f731f430b8618c1d067b06cce71cbe5;p=uclinux-h8%2Flinux.git drm/amdgpu/gmc7: add missing mullins case Looks like this got missed when we ported the code from radeon. Reviewed-by: Edward O'Callaghan Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c index d24a82bd0c7a..0b0f08641eed 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c @@ -144,6 +144,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device *adev) break; case CHIP_KAVERI: case CHIP_KABINI: + case CHIP_MULLINS: return 0; default: BUG(); }