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 SMUv14

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

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
28aff133 ca184ac2

-2
-2
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
··· 1701 1701 .fini_smc_tables = smu_v14_0_0_fini_smc_tables, 1702 1702 .get_vbios_bootup_values = smu_v14_0_get_vbios_bootup_values, 1703 1703 .system_features_control = smu_v14_0_0_system_features_control, 1704 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1705 - .send_smc_msg = smu_cmn_send_smc_msg, 1706 1704 .dpm_set_vcn_enable = smu_v14_0_set_vcn_enable, 1707 1705 .dpm_set_jpeg_enable = smu_v14_0_set_jpeg_enable, 1708 1706 .set_default_dpm_table = smu_v14_0_set_default_dpm_tables,