Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c2434 uint16_t highest_voltage; in smu7_find_highest_vddc() local
2437 highest_voltage = allowed_sclk_vdd_table->entries[allowed_sclk_vdd_table->count - 1].vddc; in smu7_find_highest_vddc()
2441 lookup_table->entries[i].us_vdd > highest_voltage) in smu7_find_highest_vddc()
2442 highest_voltage = lookup_table->entries[i].us_vdd; in smu7_find_highest_vddc()
2445 return highest_voltage; in smu7_find_highest_vddc()