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
2082 if (smu->ppt_funcs->od_edit_dpm_table) { in smu_od_edit_dpm_table()2083 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table()
2753 .od_edit_dpm_table = navi10_od_edit_dpm_table,