]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/pm: Drop unused ppt callback from SMUv12
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 16 Dec 2025 09:05:59 +0000 (14:35 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:08:56 +0000 (14:08 -0500)
SMU message related ppt callbacks are not used. Drop from SMUv12.

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/smu12/renoir_ppt.c

index a81360abc2f074381d405654429f7812f94068ea..5346b60b09b980c8b8a675139b4ad76bc336138b 100644 (file)
@@ -1459,8 +1459,6 @@ static const struct pptable_funcs renoir_ppt_funcs = {
        .check_fw_status = smu_v12_0_check_fw_status,
        .check_fw_version = smu_v12_0_check_fw_version,
        .powergate_sdma = smu_v12_0_powergate_sdma,
-       .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param,
-       .send_smc_msg = smu_cmn_send_smc_msg,
        .set_gfx_cgpg = smu_v12_0_set_gfx_cgpg,
        .gfx_off_control = smu_v12_0_gfx_off_control,
        .get_gfx_off_status = smu_v12_0_get_gfxoff_status,