| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu_v13_0_5_ppsmc.h | 28 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v11_8_ppsmc.h | 28 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v13_0_1_ppsmc.h | 35 #define PPSMC_Result_OK 0x1 ///< Message Response OK macro
|
| H A D | smu_v13_0_4_ppsmc.h | 43 #define PPSMC_Result_OK 0x1 ///< Message Response OK macro
|
| H A D | smu_v12_0_ppsmc.h | 28 #define PPSMC_Result_OK 0x1 macro
|
| H A D | arcturus_ppsmc.h | 30 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v11_0_7_ppsmc.h | 30 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v13_0_7_ppsmc.h | 29 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v11_0_ppsmc.h | 28 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v13_0_0_ppsmc.h | 31 #define PPSMC_Result_OK 0x1 macro
|
| H A D | aldebaran_ppsmc.h | 30 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v11_5_ppsmc.h | 28 #define PPSMC_Result_OK 0x1 macro
|
| H A D | smu_v14_0_2_ppsmc.h | 30 #define PPSMC_Result_OK 0x1 macro
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | ci_smc.c | 173 return PPSMC_Result_OK; 182 return PPSMC_Result_OK;
|
| H A D | si_smc.c | 199 return PPSMC_Result_OK; in si_wait_for_smc_inactive() 208 return PPSMC_Result_OK; in si_wait_for_smc_inactive()
|
| H A D | si_dpm.c | 2385 if (smc_result != PPSMC_Result_OK) { in si_enable_power_containment() 2394 if (smc_result != PPSMC_Result_OK) in si_enable_power_containment() 2748 if (smc_result != PPSMC_Result_OK) in si_enable_smc_cac() 2753 if (smc_result != PPSMC_Result_OK) { in si_enable_smc_cac() 2762 if (smc_result != PPSMC_Result_OK) in si_enable_smc_cac() 3296 if (ret == PPSMC_Result_OK) 3314 return (si_send_msg_to_smc(rdev, PPSMC_MSG_RunningOnAC) == PPSMC_Result_OK) ? 3330 if (si_send_msg_to_smc(rdev, PPSMC_MSG_NoForcedLevel) != PPSMC_Result_OK) in si_restrict_performance_levels_before_switch() 3333 …return (si_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetEnabledLevels, 1) == PPSMC_Result_OK)… in si_restrict_performance_levels_before_switch() 3345 …if (si_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetEnabledLevels, levels) != PPSMC_Result_OK) in si_dpm_force_performance_level() [all …]
|
| H A D | rv770_dpm.c | 196 if (result != PPSMC_Result_OK) in rv770_stop_dpm() 1403 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_Halt) != PPSMC_Result_OK) in rv770_halt_smc() 1406 if (rv770_wait_for_smc_inactive(rdev) != PPSMC_Result_OK) in rv770_halt_smc() 1414 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_Resume) != PPSMC_Result_OK) in rv770_resume_smc() 1421 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_SwitchToSwState) != PPSMC_Result_OK) in rv770_set_sw_state() 1428 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_SwitchToInitialState) != PPSMC_Result_OK) in rv770_set_boot_state() 1469 if (rv770_send_msg_to_smc(rdev, (PPSMC_Msg)(PPSMC_MSG_NoForcedLevel)) != PPSMC_Result_OK) in rv770_restrict_performance_levels_before_switch() 1472 if (rv770_send_msg_to_smc(rdev, (PPSMC_Msg)(PPSMC_MSG_TwoLevelsDisabled)) != PPSMC_Result_OK) in rv770_restrict_performance_levels_before_switch() 1484 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_ZeroLevelsDisabled) != PPSMC_Result_OK) in rv770_dpm_force_performance_level() 1488 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_NoForcedLevel) != PPSMC_Result_OK) in rv770_dpm_force_performance_level() [all …]
|
| H A D | ppsmc.h | 67 #define PPSMC_Result_OK ((uint8_t)0x01) macro
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | rv_ppsmc.h | 29 #define PPSMC_Result_OK 0x1 macro
|
| H A D | vega12_ppsmc.h | 32 #define PPSMC_Result_OK 0x1 macro
|
| H A D | vega20_ppsmc.h | 30 #define PPSMC_Result_OK 0x1 macro
|
| H A D | vega10_ppsmc.h | 32 #define PPSMC_Result_OK 0x1 macro
|
| H A D | cz_ppsmc.h | 49 #define PPSMC_Result_OK ((uint16_t)0x01) macro
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | si_dpm.c | 2557 if (smc_result != PPSMC_Result_OK) in si_enable_power_containment() 2562 if (smc_result != PPSMC_Result_OK) in si_enable_power_containment() 2918 if (smc_result != PPSMC_Result_OK) in si_enable_smc_cac() 2923 if (smc_result != PPSMC_Result_OK) { in si_enable_smc_cac() 2932 if (smc_result != PPSMC_Result_OK) in si_enable_smc_cac() 3866 if (ret == PPSMC_Result_OK) 3884 return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_RunningOnAC) == PPSMC_Result_OK) ? 3900 if (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_NoForcedLevel) != PPSMC_Result_OK) in si_restrict_performance_levels_before_switch() 3903 …return (si_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SetEnabledLevels, 1) == PPSMC_Result_OK)… in si_restrict_performance_levels_before_switch() 3916 …if (si_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SetEnabledLevels, levels) != PPSMC_Result_OK) in si_dpm_force_performance_level() [all …]
|
| H A D | ppsmc.h | 67 #define PPSMC_Result_OK ((uint8_t)0x01) macro
|