Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c2009 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local
2042 freq_ptr = &od_table->GfxclkFmin; in navi10_od_edit_dpm_table()
2052 freq_ptr = &od_table->GfxclkFmax; in navi10_od_edit_dpm_table()
2068 *freq_ptr = input[i + 1]; in navi10_od_edit_dpm_table()
2123 freq_ptr = &od_table->GfxclkFreq1; in navi10_od_edit_dpm_table()
2129 freq_ptr = &od_table->GfxclkFreq2; in navi10_od_edit_dpm_table()
2135 freq_ptr = &od_table->GfxclkFreq3; in navi10_od_edit_dpm_table()
2151 *freq_ptr = input[1]; in navi10_od_edit_dpm_table()
2153 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()