Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2245 phm_ppt_v1_voltage_lookup_table *look_up_table, in phm_add_voltage() argument
2250 PP_ASSERT_WITH_CODE((NULL != look_up_table), in phm_add_voltage()
2252 PP_ASSERT_WITH_CODE((0 != look_up_table->count), in phm_add_voltage()
2256 PP_ASSERT_WITH_CODE((i >= look_up_table->count), in phm_add_voltage()
2260 for (i = 0; i < look_up_table->count; i++) { in phm_add_voltage()
2261 if (look_up_table->entries[i].us_vdd == record->us_vdd) { in phm_add_voltage()
2262 if (look_up_table->entries[i].us_calculated == 1) in phm_add_voltage()
2268 look_up_table->entries[i].us_calculated = 1; in phm_add_voltage()
2269 look_up_table->entries[i].us_vdd = record->us_vdd; in phm_add_voltage()
2270 look_up_table->entries[i].us_cac_low = record->us_cac_low; in phm_add_voltage()
[all …]