Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega10_hwmgr.c289 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; in vega10_odn_initial_default_setting() local
302 od_lookup_table = &odn_table->vddc_lookup_table; in vega10_odn_initial_default_setting()
303 vddc_lookup_table = table_info->vddc_lookup_table; in vega10_odn_initial_default_setting()
305 for (i = 0; i < vddc_lookup_table->count; i++) in vega10_odn_initial_default_setting()
306 od_lookup_table->entries[i].us_vdd = vddc_lookup_table->entries[i].us_vdd; in vega10_odn_initial_default_setting()
308 od_lookup_table->count = vddc_lookup_table->count; in vega10_odn_initial_default_setting()
540 table_info->vddc_lookup_table, vv_id, &sclk)) { in vega10_get_evv_voltages()
656 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
663 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
669 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
[all …]
Dprocess_pptables_v1_0.c261 pp_table_information->vddc_lookup_table = NULL; in init_dpm_2_parameters()
287 &pp_table_information->vddc_lookup_table, pVddcCACTable, 16); in init_dpm_2_parameters()
1126 kfree(pp_table_information->vddc_lookup_table); in pp_tables_v1_0_uninitialize()
1127 pp_table_information->vddc_lookup_table = NULL; in pp_tables_v1_0_uninitialize()
Dvega10_processpptables.c1061 pp_table_info->vddc_lookup_table = NULL; in init_dpm_2_parameters()
1089 &pp_table_info->vddc_lookup_table, vddc_table, 8); in init_dpm_2_parameters()
1179 kfree(pp_table_info->vddc_lookup_table); in vega10_pp_tables_uninitialize()
1180 pp_table_info->vddc_lookup_table = NULL; in vega10_pp_tables_uninitialize()
Dvega10_hwmgr.h297 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member
Dsmu7_hwmgr.c317 table_info->vddc_lookup_table); in smu7_construct_voltage_tables()
1742 table_info->vddc_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages()
1866 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
1873 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
1879 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
1946 phm_add_voltage(hwmgr, pptable_info->vddc_lookup_table, &v_record); in smu7_calc_voltage_dependency_tables()
2035 table_info->vddc_lookup_table, &(data->vddc_leakage)); in smu7_complete_dependency_tables()
2061 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddc_lookup_table); in smu7_complete_dependency_tables()
2121 lookup_table = table_info->vddc_lookup_table; in smu7_patch_voltage_workaround()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dtonga_smumgr.c256 pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk()
279 voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk()
391 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table = in tonga_populate_cac_tables() local
392 pptable_info->vddc_lookup_table; in tonga_populate_cac_tables()
402 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables()
405 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables()
407 convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid); in tonga_populate_cac_tables()
409 convert_to_vid(vddc_lookup_table->entries[index].us_cac_high); in tonga_populate_cac_tables()
422 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables()
425 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables()
[all …]
Dvegam_smumgr.c509 table_info->vddc_lookup_table; in vegam_populate_cac_table()
Dfiji_smumgr.c775 table_info->vddc_lookup_table; in fiji_populate_cac_table()
Dpolaris10_smumgr.c706 table_info->vddc_lookup_table; in polaris10_populate_cac_table()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h511 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member
548 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member