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

Commit 86b03b33 authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher
Browse files

drm/amd/powerplay: unhalt mec after loading

parent 766cff83
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -380,7 +380,8 @@ static int smu7_populate_single_firmware_entry(struct pp_smumgr *smumgr,
		entry->num_register_entries = 0;
	}

	if (fw_type == UCODE_ID_RLC_G)
	if ((fw_type == UCODE_ID_RLC_G)
		|| (fw_type == UCODE_ID_CP_MEC))
		entry->flags = 1;
	else
		entry->flags = 0;