Searched refs:MSG_MAP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
| D | renoir_ppt.c | 33 #define MSG_MAP(msg, index) \ macro 43 MSG_MAP(TestMessage, PPSMC_MSG_TestMessage), 44 MSG_MAP(GetSmuVersion, PPSMC_MSG_GetSmuVersion), 45 MSG_MAP(GetDriverIfVersion, PPSMC_MSG_GetDriverIfVersion), 46 MSG_MAP(PowerUpGfx, PPSMC_MSG_PowerUpGfx), 47 MSG_MAP(AllowGfxOff, PPSMC_MSG_EnableGfxOff), 48 MSG_MAP(DisallowGfxOff, PPSMC_MSG_DisableGfxOff), 49 MSG_MAP(PowerDownIspByTile, PPSMC_MSG_PowerDownIspByTile), 50 MSG_MAP(PowerUpIspByTile, PPSMC_MSG_PowerUpIspByTile), 51 MSG_MAP(PowerDownVcn, PPSMC_MSG_PowerDownVcn), [all …]
|
| D | navi10_ppt.c | 52 #define MSG_MAP(msg, index) \ macro 56 MSG_MAP(TestMessage, PPSMC_MSG_TestMessage), 57 MSG_MAP(GetSmuVersion, PPSMC_MSG_GetSmuVersion), 58 MSG_MAP(GetDriverIfVersion, PPSMC_MSG_GetDriverIfVersion), 59 MSG_MAP(SetAllowedFeaturesMaskLow, PPSMC_MSG_SetAllowedFeaturesMaskLow), 60 MSG_MAP(SetAllowedFeaturesMaskHigh, PPSMC_MSG_SetAllowedFeaturesMaskHigh), 61 MSG_MAP(EnableAllSmuFeatures, PPSMC_MSG_EnableAllSmuFeatures), 62 MSG_MAP(DisableAllSmuFeatures, PPSMC_MSG_DisableAllSmuFeatures), 63 MSG_MAP(EnableSmuFeaturesLow, PPSMC_MSG_EnableSmuFeaturesLow), 64 MSG_MAP(EnableSmuFeaturesHigh, PPSMC_MSG_EnableSmuFeaturesHigh), [all …]
|
| D | arcturus_ppt.c | 44 #define MSG_MAP(msg, index) \ macro 67 MSG_MAP(TestMessage, PPSMC_MSG_TestMessage), 68 MSG_MAP(GetSmuVersion, PPSMC_MSG_GetSmuVersion), 69 MSG_MAP(GetDriverIfVersion, PPSMC_MSG_GetDriverIfVersion), 70 MSG_MAP(SetAllowedFeaturesMaskLow, PPSMC_MSG_SetAllowedFeaturesMaskLow), 71 MSG_MAP(SetAllowedFeaturesMaskHigh, PPSMC_MSG_SetAllowedFeaturesMaskHigh), 72 MSG_MAP(EnableAllSmuFeatures, PPSMC_MSG_EnableAllSmuFeatures), 73 MSG_MAP(DisableAllSmuFeatures, PPSMC_MSG_DisableAllSmuFeatures), 74 MSG_MAP(EnableSmuFeaturesLow, PPSMC_MSG_EnableSmuFeaturesLow), 75 MSG_MAP(EnableSmuFeaturesHigh, PPSMC_MSG_EnableSmuFeaturesHigh), [all …]
|
| D | vega20_ppt.c | 49 #define MSG_MAP(msg) \ macro 63 MSG_MAP(TestMessage), 64 MSG_MAP(GetSmuVersion), 65 MSG_MAP(GetDriverIfVersion), 66 MSG_MAP(SetAllowedFeaturesMaskLow), 67 MSG_MAP(SetAllowedFeaturesMaskHigh), 68 MSG_MAP(EnableAllSmuFeatures), 69 MSG_MAP(DisableAllSmuFeatures), 70 MSG_MAP(EnableSmuFeaturesLow), 71 MSG_MAP(EnableSmuFeaturesHigh), [all …]
|