Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
1129 kfree(pp_table_information->vddgfx_lookup_table); in pp_tables_v1_0_uninitialize()
1130 pp_table_information->vddgfx_lookup_table = NULL; in pp_tables_v1_0_uninitialize()
Dsmu7_hwmgr.c298 table_info->vddgfx_lookup_table); in smu7_construct_voltage_tables()
1710 table_info->vddgfx_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages()
1860 table_info->vddgfx_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()
1959 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_voltage_dependency_tables()
1985 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_mm_voltage_dependency_table()
2026 table_info->vddgfx_lookup_table, &(data->vddcgfx_leakage)); in smu7_complete_dependency_tables()
2057 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddgfx_lookup_table); in smu7_complete_dependency_tables()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
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()
1320 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_uvd_level()
1380 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_vce_level()
1425 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_acp_level()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h512 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member
549 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member