We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c8682 commit 2132672Copy full SHA for 2132672
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
@@ -34,7 +34,6 @@
34
#include "sienna_cichlid_ppt.h"
35
#include "renoir_ppt.h"
36
#include "amd_pcie.h"
37
-#include "smu_cmn.h"
38
39
/*
40
* DO NOT use these for err/warn/info/debug messages.
@@ -1590,14 +1589,6 @@ int smu_set_mp1_state(struct smu_context *smu,
1590
1589
return 0;
1591
}
1592
1593
- /* some asics may not support those messages */
1594
- if (smu_cmn_to_asic_specific_index(smu,
1595
- CMN2ASIC_MAPPING_MSG,
1596
- msg) < 0) {
1597
- mutex_unlock(&smu->mutex);
1598
- return 0;
1599
- }
1600
-
1601
ret = smu_send_smc_msg(smu, msg, NULL);
1602
if (ret)
1603
dev_err(smu->adev->dev, "[PrepareMp1] Failed!\n");
0 commit comments