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 SMUv15

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>

authored by

Lijo Lazar and committed by
Alex Deucher
72838568 28aff133

-2
-2
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_0_ppt.c
··· 1307 1307 .fini_smc_tables = smu_v15_0_0_fini_smc_tables, 1308 1308 .get_vbios_bootup_values = smu_v15_0_get_vbios_bootup_values, 1309 1309 .system_features_control = smu_v15_0_0_system_features_control, 1310 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1311 - .send_smc_msg = smu_cmn_send_smc_msg, 1312 1310 .dpm_set_vcn_enable = smu_v15_0_set_vcn_enable, 1313 1311 .dpm_set_jpeg_enable = smu_v15_0_set_jpeg_enable, 1314 1312 .set_default_dpm_table = smu_v15_0_set_default_dpm_tables,