| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | rv_ppsmc.h | 89 typedef int PPSMC_Msg; typedef
|
| H A D | arcturus_ppsmc.h | 124 typedef uint32_t PPSMC_Msg; typedef
|
| H A D | smu_v11_0_ppsmc.h | 136 typedef uint32_t PPSMC_Msg; typedef
|
| H A D | vega12_ppsmc.h | 119 typedef int PPSMC_Msg; typedef
|
| H A D | vega20_ppsmc.h | 127 typedef uint32_t PPSMC_Msg; typedef
|
| H A D | vega10_ppsmc.h | 140 typedef int PPSMC_Msg; typedef
|
| H A D | tonga_ppsmc.h | 410 typedef uint16_t PPSMC_Msg; typedef
|
| H A D | smu7_ppsmc.h | 412 typedef uint16_t PPSMC_Msg; typedef
|
| H A D | fiji_ppsmc.h | 408 typedef uint16_t PPSMC_Msg; typedef
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | kv_smc.c | 66 PPSMC_Msg msg, u32 parameter) in kv_send_msg_to_smc_with_parameter()
|
| H A D | ppsmc.h | 187 typedef uint16_t PPSMC_Msg; typedef
|
| H A D | rv770_smc.h | 198 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg);
|
| H A D | kv_dpm.h | 191 PPSMC_Msg msg, u32 parameter);
|
| H A D | si_smc.c | 172 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in si_send_msg_to_smc()
|
| H A D | sislands_smc.h | 415 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg);
|
| H A D | rv770_smc.c | 424 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in rv770_send_msg_to_smc()
|
| H A D | rv770_dpm.c | 1467 if (rv770_send_msg_to_smc(rdev, (PPSMC_Msg)(PPSMC_MSG_NoForcedLevel)) != PPSMC_Result_OK) in rv770_restrict_performance_levels_before_switch() 1470 if (rv770_send_msg_to_smc(rdev, (PPSMC_Msg)(PPSMC_MSG_TwoLevelsDisabled)) != PPSMC_Result_OK) in rv770_restrict_performance_levels_before_switch() 1479 PPSMC_Msg msg; in rv770_dpm_force_performance_level() 1488 msg = (PPSMC_Msg)(PPSMC_MSG_TwoLevelsDisabled); in rv770_dpm_force_performance_level() 1492 msg = (PPSMC_Msg)(PPSMC_MSG_ZeroLevelsDisabled); in rv770_dpm_force_performance_level()
|
| H A D | cypress_dpm.c | 266 PPSMC_Msg msg = has_display ? in cypress_notify_smc_display_change() 267 (PPSMC_Msg)PPSMC_MSG_HasDisplay : (PPSMC_Msg)PPSMC_MSG_NoDisplay; in cypress_notify_smc_display_change()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | kv_smc.c | 69 PPSMC_Msg msg, u32 parameter) in amdgpu_kv_send_msg_to_smc_with_parameter()
|
| H A D | ppsmc.h | 196 typedef uint16_t PPSMC_Msg; typedef
|
| H A D | kv_dpm.h | 220 PPSMC_Msg msg, u32 parameter);
|
| H A D | si_smc.c | 165 PPSMC_Msg msg) in amdgpu_si_send_msg_to_smc()
|
| H A D | sislands_smc.h | 414 PPSMC_Result amdgpu_si_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_clockpowergating.c | 172 PPSMC_Msg msg; in smu7_update_clock_gatings()
|
| H A D | smu7_hwmgr.c | 1455 smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_NoDisplay, NULL); in smu7_enable_dpm_tasks() 4053 (PPSMC_Msg)PPSMC_MSG_SetVBITimeout_VEGAM, data->frame_time_x2, in smu7_notify_smc_display() 4057 (PPSMC_Msg)PPSMC_MSG_SetVBITimeout, data->frame_time_x2, in smu7_notify_smc_display() 4060 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_HasDisplay, NULL) == 0) ? 0 : -EINVAL; in smu7_notify_smc_display() 4153 PPSMC_Msg msg = has_display ? (PPSMC_Msg)PPSMC_HasDisplay : (PPSMC_Msg)PPSMC_NoDisplay; in smu7_notify_smc_display_change()
|