Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c2382 uint16_t highest_voltage; in smu7_find_highest_vddc() local
2385 highest_voltage = allowed_sclk_vdd_table->entries[allowed_sclk_vdd_table->count - 1].vddc; in smu7_find_highest_vddc()
2389 lookup_table->entries[i].us_vdd > highest_voltage) in smu7_find_highest_vddc()
2390 highest_voltage = lookup_table->entries[i].us_vdd; in smu7_find_highest_vddc()
2393 return highest_voltage; in smu7_find_highest_vddc()