From: Alex Deucher Date: Fri, 29 Jul 2016 22:14:39 +0000 (-0400) Subject: drm/amdgpu/ci: add mullins to default case for smc ucode X-Git-Tag: v4.8-rc2~34^2~4^2~7 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=903f75c8958e21f0fba2520467c11eaca824226d;p=cascardo%2Flinux.git drm/amdgpu/ci: add mullins to default case for smc ucode It's already covered by the default case, but add it for consistency. Reviewed-by: Alexandre Demers Reviewed-by: Edward O'Callaghan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c index e2f0e5d58d5c..a5c94b482459 100644 --- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c @@ -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(); }