Searched refs:vddc_lookup_table (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c310 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; local
323 od_lookup_table = &odn_table->vddc_lookup_table;
324 vddc_lookup_table = table_info->vddc_lookup_table;
326 for (i = 0; i < vddc_lookup_table->count; i++)
327 od_lookup_table->entries[i].us_vdd = vddc_lookup_table->entries[i].us_vdd;
329 od_lookup_table->count = vddc_lookup_table->count;
568 table_info->vddc_lookup_table, vv_id, &sclk)) {
684 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
691 table_info->vddc_lookup_table
1778 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; local
[all...]
H A Dvega10_hwmgr.h298 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member in struct:vega10_odn_dpm_table
H A Dvega10_processpptables.c1095 pp_table_info->vddc_lookup_table = NULL;
1123 &pp_table_info->vddc_lookup_table, vddc_table, 8);
1213 kfree(pp_table_info->vddc_lookup_table);
1214 pp_table_info->vddc_lookup_table = NULL;
H A Dprocess_pptables_v1_0.c257 pp_table_information->vddc_lookup_table = NULL;
283 &pp_table_information->vddc_lookup_table, pVddcCACTable, 16);
1207 kfree(pp_table_information->vddc_lookup_table);
1208 pp_table_information->vddc_lookup_table = NULL;
H A Dsmu7_hwmgr.c385 table_info->vddc_lookup_table);
2100 table_info->vddc_lookup_table, vv_id, &sclk)) {
2224 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
2231 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
2237 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
2304 phm_add_voltage(hwmgr, pptable_info->vddc_lookup_table, &v_record);
2391 table_info->vddc_lookup_table, &(data->vddc_leakage));
2417 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddc_lookup_table);
2431 table_info->vddc_lookup_table;
2503 lookup_table = table_info->vddc_lookup_table;
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dtonga_smumgr.c266 pptable_info->vddc_lookup_table,
289 voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table,
401 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table = local
402 pptable_info->vddc_lookup_table;
412 index = phm_get_voltage_index(vddc_lookup_table,
415 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low);
417 convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid);
419 convert_to_vid(vddc_lookup_table->entries[index].us_cac_high);
432 index = phm_get_voltage_index(vddc_lookup_table,
435 convert_to_vid(vddc_lookup_table
[all...]
H A Dfiji_smumgr.c763 table_info->vddc_lookup_table;
H A Dvegam_smumgr.c509 table_info->vddc_lookup_table;
H A Dpolaris10_smumgr.c750 table_info->vddc_lookup_table;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h549 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member in struct:phm_ppt_v1_information
586 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member in struct:phm_ppt_v2_information

Completed in 165 milliseconds