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

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

drm/amdgpu/gmc7: add missing mullins case



Looks like this got missed when we ported the code from radeon.

Reviewed-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent 66bc3f7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
	}