Searched refs:PPSMC_MSG_SetForcedLevels (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | ppsmc.h | 105 #define PPSMC_MSG_SetForcedLevels ((uint8_t)0x83) macro
|
D | ni_dpm.c | 1059 if (ni_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 1) != PPSMC_Result_OK) in ni_dpm_force_performance_level() 1062 if (ni_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in ni_dpm_force_performance_level() 1068 if (ni_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in ni_dpm_force_performance_level()
|
D | si_dpm.c | 3409 if (si_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 1) != PPSMC_Result_OK) in si_dpm_force_performance_level() 3412 if (si_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in si_dpm_force_performance_level() 3418 if (si_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in si_dpm_force_performance_level()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | ppsmc.h | 107 #define PPSMC_MSG_SetForcedLevels ((uint8_t)0x83) macro
|
D | si_dpm.c | 3870 if (si_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SetForcedLevels, 1) != PPSMC_Result_OK) in si_dpm_force_performance_level() 3873 if (si_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in si_dpm_force_performance_level() 3879 if (si_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SetForcedLevels, 0) != PPSMC_Result_OK) in si_dpm_force_performance_level()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
D | fiji_ppsmc.h | 165 #define PPSMC_MSG_SetForcedLevels ((uint16_t)0x83) macro
|
D | smu7_ppsmc.h | 160 #define PPSMC_MSG_SetForcedLevels ((uint16_t)0x83) macro
|
D | tonga_ppsmc.h | 168 #define PPSMC_MSG_SetForcedLevels ((uint16_t)0x83) macro
|