Home
last modified time | relevance | path

Searched refs:od_edit_dpm_table (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dcyan_skillfish_ppt.c588 .od_edit_dpm_table = cyan_skillfish_od_edit_dpm_table,
H A Dvangogh_ppt.c2531 .od_edit_dpm_table = vangogh_od_edit_dpm_table,
H A Dsienna_cichlid_ppt.c3213 .od_edit_dpm_table = sienna_cichlid_od_edit_dpm_table,
H A Dnavi10_ppt.c3601 .od_edit_dpm_table = navi10_od_edit_dpm_table,
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h698 int (*od_edit_dpm_table)(struct smu_context *smu, member
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c1119 .od_edit_dpm_table = smu_v13_0_5_od_edit_dpm_table,
H A Dsmu_v13_0_4_ppt.c1115 .od_edit_dpm_table = smu_v13_0_od_edit_dpm_table,
H A Dyellow_carp_ppt.c1350 .od_edit_dpm_table = yellow_carp_od_edit_dpm_table,
H A Daldebaran_ppt.c2082 .od_edit_dpm_table = aldebaran_usr_edit_dpm_table,
H A Dsmu_v13_0_7_ppt.c2781 .od_edit_dpm_table = smu_v13_0_7_od_edit_dpm_table,
H A Dsmu_v13_0_0_ppt.c3192 .od_edit_dpm_table = smu_v13_0_0_od_edit_dpm_table,
H A Dsmu_v13_0_6_ppt.c3582 .od_edit_dpm_table = smu_v13_0_6_usr_edit_dpm_table,
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c1492 .od_edit_dpm_table = renoir_od_edit_dpm_table,
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1665 .od_edit_dpm_table = smu_v14_0_od_edit_dpm_table,
H A Dsmu_v14_0_2_ppt.c2874 .od_edit_dpm_table = smu_v14_0_2_od_edit_dpm_table,
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3014 if (smu->ppt_funcs->od_edit_dpm_table) { in smu_od_edit_dpm_table()
3015 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table()