Home
last modified time | relevance | path

Searched refs:vddgfx_lookup_table (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c262 pp_table_information->vddgfx_lookup_table = NULL; in init_dpm_2_parameters()
296 &pp_table_information->vddgfx_lookup_table, pVddgfxCACTable, 16); in init_dpm_2_parameters()
1131 kfree(pp_table_information->vddgfx_lookup_table); in pp_tables_v1_0_uninitialize()
1132 pp_table_information->vddgfx_lookup_table = NULL; in pp_tables_v1_0_uninitialize()
H A Dsmu7_hwmgr.c298 table_info->vddgfx_lookup_table); in smu7_construct_voltage_tables()
1716 table_info->vddgfx_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages()
1866 table_info->vddgfx_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
1965 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_voltage_dependency_tables()
1991 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_mm_voltage_dependency_table()
2032 table_info->vddgfx_lookup_table, &(data->vddcgfx_leakage)); in smu7_complete_dependency_tables()
2063 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddgfx_lookup_table); in smu7_complete_dependency_tables()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dtonga_smumgr.c253 pptable_info->vddgfx_lookup_table, in tonga_get_dependency_volt_by_clk()
277 voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_get_dependency_volt_by_clk()
389 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table = in tonga_populate_cac_tables() local
390 pptable_info->vddgfx_lookup_table; in tonga_populate_cac_tables()
415 index = phm_get_voltage_index(vddgfx_lookup_table, in tonga_populate_cac_tables()
416 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_mid)); in tonga_populate_cac_tables()
418 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_high); in tonga_populate_cac_tables()
1321 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_uvd_level()
1381 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_vce_level()
1426 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_acp_level()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h513 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member
550 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member