drm/amdgpu/gmc7: add missing mullins case
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 22:03:42 +0000 (18:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Aug 2016 15:24:57 +0000 (11:24 -0400)
Looks like this got missed when we ported the code from radeon.

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c

index d24a82b..0b0f086 100644 (file)
@@ -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();
        }