Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c2562 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local
2595 freq_ptr = &od_table->GfxclkFmin; in navi10_od_edit_dpm_table()
2605 freq_ptr = &od_table->GfxclkFmax; in navi10_od_edit_dpm_table()
2621 *freq_ptr = input[i + 1]; in navi10_od_edit_dpm_table()
2685 freq_ptr = &od_table->GfxclkFreq1; in navi10_od_edit_dpm_table()
2691 freq_ptr = &od_table->GfxclkFreq2; in navi10_od_edit_dpm_table()
2697 freq_ptr = &od_table->GfxclkFreq3; in navi10_od_edit_dpm_table()
2713 *freq_ptr = input[1]; in navi10_od_edit_dpm_table()
2715 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()
Dsienna_cichlid_ppt.c2201 uint16_t *freq_ptr; in sienna_cichlid_od_edit_dpm_table() local
2243 freq_ptr = &od_table->GfxclkFmin; in sienna_cichlid_od_edit_dpm_table()
2254 freq_ptr = &od_table->GfxclkFmax; in sienna_cichlid_od_edit_dpm_table()
2268 *freq_ptr = (uint16_t)input[i + 1]; in sienna_cichlid_od_edit_dpm_table()
2293 freq_ptr = &od_table->UclkFmin; in sienna_cichlid_od_edit_dpm_table()
2304 freq_ptr = &od_table->UclkFmax; in sienna_cichlid_od_edit_dpm_table()
2318 *freq_ptr = (uint16_t)input[i + 1]; in sienna_cichlid_od_edit_dpm_table()