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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm: Drop unused ppt callback from SMUv13

SMU message related ppt callbacks are not used. Drop from SMUv13.

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

authored by

Lijo Lazar and committed by
Alex Deucher
ca184ac2 c3c61d11

-10
-2
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
··· 1996 1996 .set_tool_table_location = smu_v13_0_set_tool_table_location, 1997 1997 .notify_memory_pool_location = smu_v13_0_notify_memory_pool_location, 1998 1998 .system_features_control = aldebaran_system_features_control, 1999 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 2000 - .send_smc_msg = smu_cmn_send_smc_msg, 2001 1999 .get_enabled_mask = smu_cmn_get_enabled_mask, 2002 2000 .feature_is_enabled = smu_cmn_feature_is_enabled, 2003 2001 .disable_all_features_with_exception = smu_cmn_disable_all_features_with_exception,
-2
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c
··· 1101 1101 .fini_smc_tables = smu_v13_0_4_fini_smc_tables, 1102 1102 .get_vbios_bootup_values = smu_v13_0_get_vbios_bootup_values, 1103 1103 .system_features_control = smu_v13_0_4_system_features_control, 1104 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1105 - .send_smc_msg = smu_cmn_send_smc_msg, 1106 1104 .dpm_set_vcn_enable = smu_v13_0_set_vcn_enable, 1107 1105 .dpm_set_jpeg_enable = smu_v13_0_set_jpeg_enable, 1108 1106 .set_default_dpm_table = smu_v13_0_set_default_dpm_tables,
-2
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c
··· 1104 1104 .fini_smc_tables = smu_v13_0_5_fini_smc_tables, 1105 1105 .get_vbios_bootup_values = smu_v13_0_get_vbios_bootup_values, 1106 1106 .system_features_control = smu_v13_0_5_system_features_control, 1107 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1108 - .send_smc_msg = smu_cmn_send_smc_msg, 1109 1107 .dpm_set_vcn_enable = smu_v13_0_5_dpm_set_vcn_enable, 1110 1108 .dpm_set_jpeg_enable = smu_v13_0_5_dpm_set_jpeg_enable, 1111 1109 .set_default_dpm_table = smu_v13_0_5_set_default_dpm_tables,
-2
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
··· 3860 3860 .set_tool_table_location = smu_v13_0_set_tool_table_location, 3861 3861 .notify_memory_pool_location = smu_v13_0_notify_memory_pool_location, 3862 3862 .system_features_control = smu_v13_0_6_system_features_control, 3863 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 3864 - .send_smc_msg = smu_cmn_send_smc_msg, 3865 3863 .get_enabled_mask = smu_v13_0_6_get_enabled_mask, 3866 3864 .feature_is_enabled = smu_cmn_feature_is_enabled, 3867 3865 .set_power_limit = smu_v13_0_6_set_power_limit,
-2
drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
··· 1333 1333 .fini_smc_tables = yellow_carp_fini_smc_tables, 1334 1334 .get_vbios_bootup_values = smu_v13_0_get_vbios_bootup_values, 1335 1335 .system_features_control = yellow_carp_system_features_control, 1336 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1337 - .send_smc_msg = smu_cmn_send_smc_msg, 1338 1336 .dpm_set_vcn_enable = yellow_carp_dpm_set_vcn_enable, 1339 1337 .dpm_set_jpeg_enable = yellow_carp_dpm_set_jpeg_enable, 1340 1338 .set_default_dpm_table = yellow_carp_set_default_dpm_tables,