mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
ca184ac28a
commit
28aff13304
|
|
@ -1701,8 +1701,6 @@ static const struct pptable_funcs smu_v14_0_0_ppt_funcs = {
|
|||
.fini_smc_tables = smu_v14_0_0_fini_smc_tables,
|
||||
.get_vbios_bootup_values = smu_v14_0_get_vbios_bootup_values,
|
||||
.system_features_control = smu_v14_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_v14_0_set_vcn_enable,
|
||||
.dpm_set_jpeg_enable = smu_v14_0_set_jpeg_enable,
|
||||
.set_default_dpm_table = smu_v14_0_set_default_dpm_tables,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user