mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 12:30:54 +07:00
drm/radeon: comment out some currently unused ci dpm code
Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bcd705a0de
commit
64e580447f
@ -1731,10 +1731,12 @@ static int ci_set_overdrive_target_tdp(struct radeon_device *rdev,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int ci_set_boot_state(struct radeon_device *rdev)
|
||||
{
|
||||
return ci_enable_sclk_mclk_dpm(rdev, false);
|
||||
}
|
||||
#endif
|
||||
|
||||
static u32 ci_get_average_sclk_freq(struct radeon_device *rdev)
|
||||
{
|
||||
@ -5376,10 +5378,12 @@ int ci_dpm_set_power_state(struct radeon_device *rdev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
void ci_dpm_reset_asic(struct radeon_device *rdev)
|
||||
{
|
||||
ci_set_boot_state(rdev);
|
||||
}
|
||||
#endif
|
||||
|
||||
void ci_dpm_display_configuration_changed(struct radeon_device *rdev)
|
||||
{
|
||||
|
@ -184,6 +184,7 @@ PPSMC_Result ci_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg)
|
||||
return (PPSMC_Result)tmp;
|
||||
}
|
||||
|
||||
#if 0
|
||||
PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
|
||||
{
|
||||
u32 tmp;
|
||||
@ -201,6 +202,7 @@ PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
|
||||
|
||||
return PPSMC_Result_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
int ci_load_smc_ucode(struct radeon_device *rdev, u32 limit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user