Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9a8be95 authored by Alex Deucher's avatar Alex Deucher
Browse files

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: default avatarAlexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b62774fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
	}