Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dtonga_smumgr.c266 pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk()
289 voltage->Vddc = phm_get_voltage_index(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()
435 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables()
[all …]
H A Dvegam_smumgr.c509 table_info->vddc_lookup_table; in vegam_populate_cac_table()
H A Dfiji_smumgr.c763 table_info->vddc_lookup_table; in fiji_populate_cac_table()
H A Dpolaris10_smumgr.c750 table_info->vddc_lookup_table; in polaris10_populate_cac_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c385 table_info->vddc_lookup_table); in smu7_construct_voltage_tables()
2102 table_info->vddc_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages()
2231 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()
2234 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()
2238 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
2244 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()
2247 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()
2251 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
2256 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()
2259 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()
[all …]
H A Dvega10_hwmgr.h298 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member