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 SMUv11

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

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
8376acce a45eef15

-10
-2
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
··· 1915 1915 .set_tool_table_location = smu_v11_0_set_tool_table_location, 1916 1916 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location, 1917 1917 .system_features_control = smu_v11_0_system_features_control, 1918 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1919 - .send_smc_msg = smu_cmn_send_smc_msg, 1920 1918 .init_display_count = NULL, 1921 1919 .set_allowed_mask = smu_v11_0_set_allowed_mask, 1922 1920 .get_enabled_mask = smu_cmn_get_enabled_mask,
-2
drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c
··· 592 592 .get_dpm_ultimate_freq = cyan_skillfish_get_dpm_ultimate_freq, 593 593 .register_irq_handler = smu_v11_0_register_irq_handler, 594 594 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location, 595 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 596 - .send_smc_msg = smu_cmn_send_smc_msg, 597 595 .set_driver_table_location = smu_v11_0_set_driver_table_location, 598 596 .interrupt_work = smu_v11_0_interrupt_work, 599 597 };
-2
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
··· 3319 3319 .set_tool_table_location = smu_v11_0_set_tool_table_location, 3320 3320 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location, 3321 3321 .system_features_control = smu_v11_0_system_features_control, 3322 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 3323 - .send_smc_msg = smu_cmn_send_smc_msg, 3324 3322 .init_display_count = smu_v11_0_init_display_count, 3325 3323 .set_allowed_mask = smu_v11_0_set_allowed_mask, 3326 3324 .get_enabled_mask = smu_cmn_get_enabled_mask,
-2
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
··· 3126 3126 .set_tool_table_location = smu_v11_0_set_tool_table_location, 3127 3127 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location, 3128 3128 .system_features_control = sienna_cichlid_system_features_control, 3129 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 3130 - .send_smc_msg = smu_cmn_send_smc_msg, 3131 3129 .init_display_count = NULL, 3132 3130 .set_allowed_mask = smu_v11_0_set_allowed_mask, 3133 3131 .get_enabled_mask = smu_cmn_get_enabled_mask,
-2
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
··· 2516 2516 .fini_power = smu_v11_0_fini_power, 2517 2517 .register_irq_handler = smu_v11_0_register_irq_handler, 2518 2518 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location, 2519 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 2520 - .send_smc_msg = smu_cmn_send_smc_msg, 2521 2519 .dpm_set_vcn_enable = vangogh_dpm_set_vcn_enable, 2522 2520 .dpm_set_jpeg_enable = vangogh_dpm_set_jpeg_enable, 2523 2521 .is_dpm_running = vangogh_is_dpm_running,