drm/amdgpu/gmc7: add missing mullins case
authorAlex Deucher <[email protected]>
Fri, 29 Jul 2016 22:03:42 +0000 (18:03 -0400)
committerAlex Deucher <[email protected]>
Mon, 8 Aug 2016 15:32:55 +0000 (11:32 -0400)
Looks like this got missed when we ported the code from radeon.

Reviewed-by: Edward O'Callaghan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c

index d24a82bd0c7a119d7b450ee801f3b5ffa1dc51e3..0b0f08641eed67b12c779f402c08c66c459ac1f7 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();
        }