Searched refs:od_edit_dpm_table (Results 1 – 3 of 3) sorted by relevance
478 int (*od_edit_dpm_table)(struct smu_context *smu, member
2081 if (smu->ppt_funcs->od_edit_dpm_table) { in smu_od_edit_dpm_table()2082 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table()
2727 .od_edit_dpm_table = navi10_od_edit_dpm_table,