Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dcyan_skillfish_ppt.c578 .od_edit_dpm_table = cyan_skillfish_od_edit_dpm_table,
Dvangogh_ppt.c2434 .od_edit_dpm_table = vangogh_od_edit_dpm_table,
Dnavi10_ppt.c3556 .od_edit_dpm_table = navi10_od_edit_dpm_table,
Dsienna_cichlid_ppt.c4402 .od_edit_dpm_table = sienna_cichlid_od_edit_dpm_table,
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h654 int (*od_edit_dpm_table)(struct smu_context *smu, member
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_4_ppt.c1021 .od_edit_dpm_table = smu_v13_0_od_edit_dpm_table,
Dsmu_v13_0_5_ppt.c1055 .od_edit_dpm_table = smu_v13_0_5_od_edit_dpm_table,
Dyellow_carp_ppt.c1223 .od_edit_dpm_table = yellow_carp_od_edit_dpm_table,
Daldebaran_ppt.c2122 .od_edit_dpm_table = aldebaran_usr_edit_dpm_table,
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2435 if (smu->ppt_funcs->od_edit_dpm_table) { in smu_od_edit_dpm_table()
2436 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu12/
Drenoir_ppt.c1458 .od_edit_dpm_table = renoir_od_edit_dpm_table,