|
@@ -176,6 +176,7 @@ int smu7_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg)
|
|
|
else if (ret != 1)
|
|
|
pr_info("\n last message was failed ret is %d\n", ret);
|
|
|
|
|
|
+ cgs_write_register(hwmgr->device, mmSMC_RESP_0, 0);
|
|
|
cgs_write_register(hwmgr->device, mmSMC_MESSAGE_0, msg);
|
|
|
|
|
|
PHM_WAIT_FIELD_UNEQUAL(hwmgr, SMC_RESP_0, SMC_RESP, 0);
|