Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c1980 phm_ppt_v1_voltage_lookup_table *look_up_table, in phm_add_voltage() argument
1985 PP_ASSERT_WITH_CODE((NULL != look_up_table), in phm_add_voltage()
1987 PP_ASSERT_WITH_CODE((0 != look_up_table->count), in phm_add_voltage()
1991 PP_ASSERT_WITH_CODE((i >= look_up_table->count), in phm_add_voltage()
1995 for (i = 0; i < look_up_table->count; i++) { in phm_add_voltage()
1996 if (look_up_table->entries[i].us_vdd == record->us_vdd) { in phm_add_voltage()
1997 if (look_up_table->entries[i].us_calculated == 1) in phm_add_voltage()
2003 look_up_table->entries[i].us_calculated = 1; in phm_add_voltage()
2004 look_up_table->entries[i].us_vdd = record->us_vdd; in phm_add_voltage()
2005 look_up_table->entries[i].us_cac_low = record->us_cac_low; in phm_add_voltage()
[all …]