Searched refs:freq_ptr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 2025 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local 2058 freq_ptr = &od_table->GfxclkFmin; in navi10_od_edit_dpm_table() 2068 freq_ptr = &od_table->GfxclkFmax; in navi10_od_edit_dpm_table() 2084 *freq_ptr = input[i + 1]; in navi10_od_edit_dpm_table() 2139 freq_ptr = &od_table->GfxclkFreq1; in navi10_od_edit_dpm_table() 2145 freq_ptr = &od_table->GfxclkFreq2; in navi10_od_edit_dpm_table() 2151 freq_ptr = &od_table->GfxclkFreq3; in navi10_od_edit_dpm_table() 2167 *freq_ptr = input[1]; in navi10_od_edit_dpm_table() 2169 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 2571 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local 2604 freq_ptr = &od_table->GfxclkFmin; in navi10_od_edit_dpm_table() 2614 freq_ptr = &od_table->GfxclkFmax; in navi10_od_edit_dpm_table() 2630 *freq_ptr = input[i + 1]; in navi10_od_edit_dpm_table() 2694 freq_ptr = &od_table->GfxclkFreq1; in navi10_od_edit_dpm_table() 2700 freq_ptr = &od_table->GfxclkFreq2; in navi10_od_edit_dpm_table() 2706 freq_ptr = &od_table->GfxclkFreq3; in navi10_od_edit_dpm_table() 2722 *freq_ptr = input[1]; in navi10_od_edit_dpm_table() 2724 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()
|
H A D | sienna_cichlid_ppt.c | 2233 uint16_t *freq_ptr; in sienna_cichlid_od_edit_dpm_table() local 2275 freq_ptr = &od_table->GfxclkFmin; in sienna_cichlid_od_edit_dpm_table() 2286 freq_ptr = &od_table->GfxclkFmax; in sienna_cichlid_od_edit_dpm_table() 2300 *freq_ptr = (uint16_t)input[i + 1]; in sienna_cichlid_od_edit_dpm_table() 2325 freq_ptr = &od_table->UclkFmin; in sienna_cichlid_od_edit_dpm_table() 2336 freq_ptr = &od_table->UclkFmax; in sienna_cichlid_od_edit_dpm_table() 2350 *freq_ptr = (uint16_t)input[i + 1]; in sienna_cichlid_od_edit_dpm_table()
|
Completed in 13 milliseconds