Home
last modified time | relevance | path

Searched refs:PPSMC_Msg (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Drv_ppsmc.h91 typedef int PPSMC_Msg; typedef
H A Dvega12_ppsmc.h119 typedef int PPSMC_Msg; typedef
H A Dvega20_ppsmc.h127 typedef uint32_t PPSMC_Msg; typedef
H A Dvega10_ppsmc.h140 typedef int PPSMC_Msg; typedef
H A Dfiji_ppsmc.h408 typedef uint16_t PPSMC_Msg; typedef
H A Dtonga_ppsmc.h410 typedef uint16_t PPSMC_Msg; typedef
H A Dsmu7_ppsmc.h418 typedef uint16_t PPSMC_Msg; typedef
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Darcturus_ppsmc.h131 typedef uint32_t PPSMC_Msg; typedef
H A Dsmu_v11_0_ppsmc.h136 typedef uint32_t PPSMC_Msg; typedef
H A Daldebaran_ppsmc.h128 typedef uint32_t PPSMC_Msg; typedef
/linux/drivers/gpu/drm/radeon/
H A Dkv_smc.c66 PPSMC_Msg msg, u32 parameter) in kv_send_msg_to_smc_with_parameter()
H A Dppsmc.h187 typedef uint16_t PPSMC_Msg; typedef
H A Drv770_smc.h189 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg);
H A Dkv_dpm.h191 PPSMC_Msg msg, u32 parameter);
H A Dsi_smc.c172 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in si_send_msg_to_smc()
H A Dsislands_smc.h406 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg);
H A Drv770_smc.c412 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in rv770_send_msg_to_smc()
H A Drv770_dpm.c1469 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()
1481 PPSMC_Msg msg; in rv770_dpm_force_performance_level()
1490 msg = (PPSMC_Msg)(PPSMC_MSG_TwoLevelsDisabled); in rv770_dpm_force_performance_level()
1494 msg = (PPSMC_Msg)(PPSMC_MSG_ZeroLevelsDisabled); in rv770_dpm_force_performance_level()
H A Dcypress_dpm.c264 PPSMC_Msg msg = has_display ? in cypress_notify_smc_display_change()
265 (PPSMC_Msg)PPSMC_MSG_HasDisplay : (PPSMC_Msg)PPSMC_MSG_NoDisplay; in cypress_notify_smc_display_change()
H A Dsi_dpm.c3322 PPSMC_Msg msg, u32 parameter) in si_send_msg_to_smc_with_parameter()
3570 PPSMC_Msg msg = has_display ? in si_notify_smc_display_change()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_smc.c69 PPSMC_Msg msg, u32 parameter) in amdgpu_kv_send_msg_to_smc_with_parameter()
H A Dppsmc.h196 typedef uint16_t PPSMC_Msg; typedef
H A Dkv_dpm.h220 PPSMC_Msg msg, u32 parameter);
H A Dsislands_smc.h401 PPSMC_Result amdgpu_si_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg);
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1492 (PPSMC_Msg)PPSMC_MSG_EnableEDCController, in smu7_populate_edc_leakage_registers()
1496 (PPSMC_Msg)PPSMC_MSG_DisableEDCController, in smu7_populate_edc_leakage_registers()
1634 smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_NoDisplay, NULL); in smu7_enable_dpm_tasks()
4445 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_NoDisplay, NULL) == 0) ? 0 : -EINVAL; in smu7_notify_no_display()
4455 (PPSMC_Msg)PPSMC_MSG_SetVBITimeout_VEGAM, data->frame_time_x2, in smu7_notify_has_display()
4459 (PPSMC_Msg)PPSMC_MSG_SetVBITimeout, data->frame_time_x2, in smu7_notify_has_display()
4464 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_HasDisplay, NULL) == 0) ? 0 : -EINVAL; in smu7_notify_has_display()

12