Home
last modified time | relevance | path

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

/linux-5.19.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()
172 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
174 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) { in get_vddc_lookup_table()
180 entries, vddc_lookup_pp_tables, i); in get_vddc_lookup_table()
Dvega10_processpptables.c1036 const ATOM_Vega10_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument
1042 PP_ASSERT_WITH_CODE((vddc_lookup_pp_tables->ucNumEntries != 0), in get_vddc_lookup_table()
1049 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
1051 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) in get_vddc_lookup_table()
1053 le16_to_cpu(vddc_lookup_pp_tables->entries[i].usVdd); in get_vddc_lookup_table()