drm/amdgpu/ci: add mullins to default case for smc ucode
authorAlex Deucher <[email protected]>
Fri, 29 Jul 2016 22:14:39 +0000 (18:14 -0400)
committerAlex Deucher <[email protected]>
Mon, 8 Aug 2016 15:32:56 +0000 (11:32 -0400)
It's already covered by the default case, but add it for
consistency.

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

index 7bd6174da4765442b66136babdb580fd004f66cb..a0d63a293bb060fcf944361110722659fa5b02e6 100644 (file)
@@ -5779,6 +5779,7 @@ static int ci_dpm_init_microcode(struct amdgpu_device *adev)
                break;
        case CHIP_KAVERI:
        case CHIP_KABINI:
+       case CHIP_MULLINS:
        default: BUG();
        }