Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocess_pptables_v1_0.c156 const ATOM_Tonga_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument
165 PP_ASSERT_WITH_CODE((0 != vddc_lookup_pp_tables->ucNumEntries), in get_vddc_lookup_table()
176 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
178 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) { in get_vddc_lookup_table()
184 entries, vddc_lookup_pp_tables, i); in get_vddc_lookup_table()
Dvega10_processpptables.c1066 const ATOM_Vega10_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument
1072 PP_ASSERT_WITH_CODE((vddc_lookup_pp_tables->ucNumEntries != 0), in get_vddc_lookup_table()
1083 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
1085 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) in get_vddc_lookup_table()
1087 le16_to_cpu(vddc_lookup_pp_tables->entries[i].usVdd); in get_vddc_lookup_table()