]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/pm: Drop unused ppt callback from SMUv11
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 16 Dec 2025 09:04:43 +0000 (14:34 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:08:54 +0000 (14:08 -0500)
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>
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c

index 4de7ae6f7c8ed608b465523d2bacf7580f76ff66..7c5ce6a6e2ca7d968eae99b8aa313505592d6b79 100644 (file)
@@ -1915,8 +1915,6 @@ static const struct pptable_funcs arcturus_ppt_funcs = {
        .set_tool_table_location = smu_v11_0_set_tool_table_location,
        .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,
        .system_features_control = smu_v11_0_system_features_control,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .init_display_count = NULL,
        .set_allowed_mask = smu_v11_0_set_allowed_mask,
        .get_enabled_mask = smu_cmn_get_enabled_mask,
index 15968b0574696430c4d691807c2034a22b8e2f33..4a5dcc893665882405173e16551c688df722a4f1 100644 (file)
@@ -592,8 +592,6 @@ static const struct pptable_funcs cyan_skillfish_ppt_funcs = {
        .get_dpm_ultimate_freq = cyan_skillfish_get_dpm_ultimate_freq,
        .register_irq_handler = smu_v11_0_register_irq_handler,
        .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .set_driver_table_location = smu_v11_0_set_driver_table_location,
        .interrupt_work = smu_v11_0_interrupt_work,
 };
index d7aa16681e243ac53402ecc79d8c338e5d68eff9..1f84654bbc85f09475bfef359e03c3f87d6f9836 100644 (file)
@@ -3319,8 +3319,6 @@ static const struct pptable_funcs navi10_ppt_funcs = {
        .set_tool_table_location = smu_v11_0_set_tool_table_location,
        .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,
        .system_features_control = smu_v11_0_system_features_control,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .init_display_count = smu_v11_0_init_display_count,
        .set_allowed_mask = smu_v11_0_set_allowed_mask,
        .get_enabled_mask = smu_cmn_get_enabled_mask,
index 90aba9adc24fce113830726c3c847564d78c2914..f930ba2733e93431baee702c7868219dadc7a04e 100644 (file)
@@ -3126,8 +3126,6 @@ static const struct pptable_funcs sienna_cichlid_ppt_funcs = {
        .set_tool_table_location = smu_v11_0_set_tool_table_location,
        .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,
        .system_features_control = sienna_cichlid_system_features_control,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .init_display_count = NULL,
        .set_allowed_mask = smu_v11_0_set_allowed_mask,
        .get_enabled_mask = smu_cmn_get_enabled_mask,
index 4ca211ea628f04c942d8dc1daf3f5ab9677d1f9c..4de1778ea6b3114e37980ec0e56d8be88275d0f5 100644 (file)
@@ -2516,8 +2516,6 @@ static const struct pptable_funcs vangogh_ppt_funcs = {
        .fini_power = smu_v11_0_fini_power,
        .register_irq_handler = smu_v11_0_register_irq_handler,
        .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .dpm_set_vcn_enable = vangogh_dpm_set_vcn_enable,
        .dpm_set_jpeg_enable = vangogh_dpm_set_jpeg_enable,
        .is_dpm_running = vangogh_is_dpm_running,