]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/pm: Drop unused ppt callback from SMUv15
authorLijo Lazar <lijo.lazar@amd.com>
Thu, 8 Jan 2026 04:39:39 +0000 (10:09 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:09:03 +0000 (14:09 -0500)
SMU message related ppt callbacks are not used. Drop from SMUv15.

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/smu15/smu_v15_0_0_ppt.c

index 61387d2a65ef5ba8f6a7c63e4652468040730f5b..95a693a4557c7eb34afa3d4a94feff0d3018e90b 100644 (file)
@@ -1307,8 +1307,6 @@ static const struct pptable_funcs smu_v15_0_0_ppt_funcs = {
        .fini_smc_tables = smu_v15_0_0_fini_smc_tables,
        .get_vbios_bootup_values = smu_v15_0_get_vbios_bootup_values,
        .system_features_control = smu_v15_0_0_system_features_control,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .dpm_set_vcn_enable = smu_v15_0_set_vcn_enable,
        .dpm_set_jpeg_enable = smu_v15_0_set_jpeg_enable,
        .set_default_dpm_table = smu_v15_0_set_default_dpm_tables,