Searched refs:smu_cmn_send_smc_msg_with_param (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c127 return smu_cmn_send_smc_msg_with_param(smu,
210 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset, SMU_RESET_MODE_2, NULL);
224 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinGfxClk, min, NULL);
228 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxGfxClk, max, NULL);
235 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinFclkByFreq, min, NULL);
239 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxFclkByFreq, max, NULL);
244 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinSocclkByFreq, min, NULL);
248 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxSocclkByFreq, max, NULL);
253 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinVcn, min, NULL);
257 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Drenoir_ppt.c444 ret = smu_cmn_send_smc_msg_with_param(smu,
453 ret = smu_cmn_send_smc_msg_with_param(smu,
475 ret = smu_cmn_send_smc_msg_with_param(smu,
480 ret = smu_cmn_send_smc_msg_with_param(smu,
514 ret = smu_cmn_send_smc_msg_with_param(smu,
519 ret = smu_cmn_send_smc_msg_with_param(smu,
657 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn, 0, NULL);
678 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpJpeg, 0, NULL);
684 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownJpeg, 0, NULL);
818 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c656 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrHigh,
660 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrLow,
664 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramSize,
678 ret = smu_cmn_send_smc_msg_with_param(smu,
683 ret = smu_cmn_send_smc_msg_with_param(smu,
698 ret = smu_cmn_send_smc_msg_with_param(smu,
703 ret = smu_cmn_send_smc_msg_with_param(smu,
724 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetAllowedFeaturesMaskHigh,
729 return smu_cmn_send_smc_msg_with_param(smu,
774 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_v14_0_0_ppt.c587 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset,
1202 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min, NULL);
1206 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max,
1359 return smu_cmn_send_smc_msg_with_param(smu, enable ?
1367 return smu_cmn_send_smc_msg_with_param(smu, enable ?
1427 .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c643 ret = smu_cmn_send_smc_msg_with_param(smu,
649 ret = smu_cmn_send_smc_msg_with_param(smu,
660 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrHigh,
664 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrLow,
668 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramSize,
680 ret = smu_cmn_send_smc_msg_with_param(smu,
694 ret = smu_cmn_send_smc_msg_with_param(smu,
699 ret = smu_cmn_send_smc_msg_with_param(smu,
714 ret = smu_cmn_send_smc_msg_with_param(smu,
719 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dvangogh_ppt.c468 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn, 0, NULL);
472 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownVcn, 0, NULL);
485 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpJpeg, 0, NULL);
489 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownJpeg, 0, NULL);
623 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GetFclkFrequency, 0, &cur_value);
726 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GetFclkFrequency, 0, &cur_value);
732 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GetGfxclkFrequency, 0, &cur_value);
1067 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_ActiveProcessNotify,
1094 ret = smu_cmn_send_smc_msg_with_param(smu,
1100 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dcyan_skillfish_ppt.c501 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_RequestGfxclk,
520 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_ForceGfxVid, vid, NULL);
592 .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
H A Darcturus_ppt.c918 ret = smu_cmn_send_smc_msg_with_param(smu,
932 ret = smu_cmn_send_smc_msg_with_param(smu,
946 ret = smu_cmn_send_smc_msg_with_param(smu,
1477 ret = smu_cmn_send_smc_msg_with_param(smu,
2175 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DFCstateControl, state, NULL);
2188 return smu_cmn_send_smc_msg_with_param(smu,
2192 return smu_cmn_send_smc_msg_with_param(smu,
2367 .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
H A Dnavi10_ppt.c1145 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn, 1, NULL);
1828 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, 0, NULL);
1851 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays,
2069 smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetWorkloadMask,
2092 ret = smu_cmn_send_smc_msg_with_param(smu,
2406 ret = smu_cmn_send_smc_msg_with_param(smu,
2458 ret = smu_cmn_send_smc_msg_with_param(smu,
2836 ret = smu_cmn_send_smc_msg_with_param(smu,
2843 return smu_cmn_send_smc_msg_with_param(smu,
2871 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsienna_cichlid_ppt.c1165 ret = smu_cmn_send_smc_msg_with_param(smu, enable ?
1182 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpJpeg, 0, NULL);
1188 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownJpeg, 0, NULL);
1542 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, 0, NULL);
1567 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays,
1785 smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetWorkloadMask,
1808 ret = smu_cmn_send_smc_msg_with_param(smu,
2137 ret = smu_cmn_send_smc_msg_with_param(smu,
4130 return smu_cmn_send_smc_msg_with_param(smu,
4146 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c699 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrHigh,
703 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrLow,
707 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramSize,
719 ret = smu_cmn_send_smc_msg_with_param(smu,
733 ret = smu_cmn_send_smc_msg_with_param(smu,
738 ret = smu_cmn_send_smc_msg_with_param(smu,
753 ret = smu_cmn_send_smc_msg_with_param(smu,
758 ret = smu_cmn_send_smc_msg_with_param(smu,
774 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, count, NULL);
791 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_v13_0_5_ppt.c202 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn,
205 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownVcn,
216 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpJpeg,
219 ret = smu_cmn_send_smc_msg_with_param(smu,
244 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset, type, NULL);
564 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinGfxClk,
571 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxGfxClk,
607 return smu_cmn_send_smc_msg_with_param(smu,
862 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL);
866 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dyellow_carp_ppt.c229 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn,
232 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerDownVcn,
243 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_PowerUpJpeg,
246 ret = smu_cmn_send_smc_msg_with_param(smu,
283 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset, type, NULL);
695 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinGfxClk,
702 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxGfxClk,
737 return smu_cmn_send_smc_msg_with_param(smu,
741 return smu_cmn_send_smc_msg_with_param(smu,
1005 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_v13_0_4_ppt.c234 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset,
406 return smu_cmn_send_smc_msg_with_param(smu,
411 return smu_cmn_send_smc_msg_with_param(smu,
892 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL);
896 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max,
1091 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset,
1114 .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
H A Daldebaran_ppt.c902 ret = smu_cmn_send_smc_msg_with_param(smu,
916 ret = smu_cmn_send_smc_msg_with_param(smu,
930 ret = smu_cmn_send_smc_msg_with_param(smu,
1314 ret = smu_cmn_send_smc_msg_with_param(smu,
1603 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DFCstateControl, state, NULL);
1618 return smu_cmn_send_smc_msg_with_param(smu,
1622 return smu_cmn_send_smc_msg_with_param(smu,
1867 ret = smu_cmn_send_smc_msg_with_param(smu,
1928 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_HeavySBR, enable ? 1 : 0, NULL);
1984 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_v13_0_6_ppt.c607 ret = smu_cmn_send_smc_msg_with_param(
618 ret = smu_cmn_send_smc_msg_with_param(
1144 ret = smu_cmn_send_smc_msg_with_param(
1161 ret = smu_cmn_send_smc_msg_with_param(
1177 ret = smu_cmn_send_smc_msg_with_param(
1533 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_ClearMcaOnRead,
1564 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxGfxClk,
1569 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMinGfxclk,
1700 ret = smu_cmn_send_smc_msg_with_param(
2387 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_v13_0_0_ppt.c2342 return smu_cmn_send_smc_msg_with_param(smu,
2567 return smu_cmn_send_smc_msg_with_param(smu,
2754 ret = smu_cmn_send_smc_msg_with_param(smu,
2773 return smu_cmn_send_smc_msg_with_param(smu,
2805 ret = smu_cmn_send_smc_msg_with_param(smu,
2846 return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_EnableAllSmuFeatures,
2871 ret = smu_cmn_send_smc_msg_with_param(smu,
2888 ret = smu_cmn_send_smc_msg_with_param(smu,
H A Dsmu_v13_0_7_ppt.c2306 return smu_cmn_send_smc_msg_with_param(smu,
2498 smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetWorkloadMask,
2535 return smu_cmn_send_smc_msg_with_param(smu,
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c319 * smu_cmn_send_smc_msg_with_param -- send a message with parameter
350 int smu_cmn_send_smc_msg_with_param(struct smu_context *smu, function
404 return smu_cmn_send_smc_msg_with_param(smu,
612 ret = smu_cmn_send_smc_msg_with_param(smu,
619 ret = smu_cmn_send_smc_msg_with_param(smu,
658 ret = smu_cmn_send_smc_msg_with_param(smu,
664 ret = smu_cmn_send_smc_msg_with_param(smu,
669 ret = smu_cmn_send_smc_msg_with_param(smu,
675 ret = smu_cmn_send_smc_msg_with_param(smu,
894 ret = smu_cmn_send_smc_msg_with_param(sm
[all...]
H A Dsmu_cmn.h54 int smu_cmn_send_smc_msg_with_param(struct smu_context *smu,

Completed in 263 milliseconds