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.8-rc2~34^2~4^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7f555c8e5a84b348c2b76f4ca78eae7222354c03;p=karo-tx-linux.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(); }