Searched refs:vddc_lookup_table (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | tonga_smumgr.c | 266 pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk() 401 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table = in tonga_populate_cac_tables() local 402 pptable_info->vddc_lookup_table; in tonga_populate_cac_tables() 412 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables() 415 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables() 417 convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid); in tonga_populate_cac_tables() 419 convert_to_vid(vddc_lookup_table->entries[index].us_cac_high); in tonga_populate_cac_tables() 432 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables() 1327 phm_get_voltage_index(pptable_info->vddc_lookup_table, in tonga_populate_smc_uvd_level() 1387 phm_get_voltage_index(pptable_info->vddc_lookup_table, in tonga_populate_smc_vce_level() [all …]
|
A D | vegam_smumgr.c | 510 table_info->vddc_lookup_table; in vegam_populate_cac_table()
|
A D | fiji_smumgr.c | 763 table_info->vddc_lookup_table; in fiji_populate_cac_table()
|
A D | polaris10_smumgr.c | 750 table_info->vddc_lookup_table; in polaris10_populate_cac_table()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega10_hwmgr.c | 311 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; in vega10_odn_initial_default_setting() local 324 od_lookup_table = &odn_table->vddc_lookup_table; in vega10_odn_initial_default_setting() 325 vddc_lookup_table = table_info->vddc_lookup_table; in vega10_odn_initial_default_setting() 327 for (i = 0; i < vddc_lookup_table->count; i++) in vega10_odn_initial_default_setting() 330 od_lookup_table->count = vddc_lookup_table->count; in vega10_odn_initial_default_setting() 569 table_info->vddc_lookup_table, vv_id, &sclk)) { in vega10_get_evv_voltages() 746 table_info->vddc_lookup_table, &(data->vddc_leakage)); in vega10_complete_dependency_tables() 1788 …vddc_lookup_table = (struct phm_ppt_v1_voltage_lookup_table *)&data->odn_dpm_table.vddc_lookup_tab… in vega10_populate_vddc_soc_levels() 1790 vddc_lookup_table = table_info->vddc_lookup_table; in vega10_populate_vddc_soc_levels() 1792 max_vddc_level = vddc_lookup_table->count; in vega10_populate_vddc_soc_levels() [all …]
|
A D | process_pptables_v1_0.c | 257 pp_table_information->vddc_lookup_table = NULL; in init_dpm_2_parameters() 283 &pp_table_information->vddc_lookup_table, pVddcCACTable, 16); in init_dpm_2_parameters() 1207 kfree(pp_table_information->vddc_lookup_table); in pp_tables_v1_0_uninitialize() 1208 pp_table_information->vddc_lookup_table = NULL; in pp_tables_v1_0_uninitialize()
|
A D | vega10_processpptables.c | 1096 pp_table_info->vddc_lookup_table = NULL; in init_dpm_2_parameters() 1124 &pp_table_info->vddc_lookup_table, vddc_table, 8); in init_dpm_2_parameters() 1214 kfree(pp_table_info->vddc_lookup_table); in vega10_pp_tables_uninitialize() 1215 pp_table_info->vddc_lookup_table = NULL; in vega10_pp_tables_uninitialize()
|
A D | vega10_hwmgr.h | 298 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member
|
A D | smu7_hwmgr.c | 386 table_info->vddc_lookup_table); in smu7_construct_voltage_tables() 2050 table_info->vddc_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages() 2174 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2181 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2187 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2254 phm_add_voltage(hwmgr, pptable_info->vddc_lookup_table, &v_record); in smu7_calc_voltage_dependency_tables() 2341 table_info->vddc_lookup_table, &(data->vddc_leakage)); in smu7_complete_dependency_tables() 2367 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddc_lookup_table); in smu7_complete_dependency_tables() 2381 table_info->vddc_lookup_table; in smu7_find_highest_vddc() 2453 lookup_table = table_info->vddc_lookup_table; in smu7_patch_voltage_workaround()
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | hwmgr.h | 551 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member 588 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member
|
Completed in 53 milliseconds