Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/pm: Remove set df cstate for SMUv13.0.6

Remove set df cstate as disallow df state is
not required for SMUv13.0.6

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Asad Kamal and committed by
Alex Deucher
c207c365 28a3f496

-8
-8
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
··· 1891 1891 return false; 1892 1892 } 1893 1893 1894 - static int smu_v13_0_6_set_df_cstate(struct smu_context *smu, 1895 - enum pp_df_cstate state) 1896 - { 1897 - return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_DFCstateControl, 1898 - state, NULL); 1899 - } 1900 - 1901 1894 static const char *const throttling_logging_label[] = { 1902 1895 [THROTTLER_PROCHOT_BIT] = "Prochot", 1903 1896 [THROTTLER_PPT_BIT] = "PPT", ··· 2797 2804 .get_dpm_ultimate_freq = smu_v13_0_6_get_dpm_ultimate_freq, 2798 2805 .set_soft_freq_limited_range = smu_v13_0_6_set_soft_freq_limited_range, 2799 2806 .od_edit_dpm_table = smu_v13_0_6_usr_edit_dpm_table, 2800 - .set_df_cstate = smu_v13_0_6_set_df_cstate, 2801 2807 .select_xgmi_plpd_policy = smu_v13_0_6_select_xgmi_plpd_policy, 2802 2808 .log_thermal_throttling_event = smu_v13_0_6_log_thermal_throttling_event, 2803 2809 .get_pp_feature_mask = smu_cmn_get_pp_feature_mask,