Searched refs:vddgfx_lookup_table (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | tonga_smumgr.c | 263 pptable_info->vddgfx_lookup_table, in tonga_get_dependency_volt_by_clk() 287 voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_get_dependency_volt_by_clk() 399 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table = in tonga_populate_cac_tables() local 400 pptable_info->vddgfx_lookup_table; in tonga_populate_cac_tables() 425 index = phm_get_voltage_index(vddgfx_lookup_table, in tonga_populate_cac_tables() 426 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_mid)); in tonga_populate_cac_tables() 428 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_high); in tonga_populate_cac_tables() 1331 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_uvd_level() 1391 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_vce_level() 1436 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, in tonga_populate_smc_acp_level()
|
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | process_pptables_v1_0.c | 258 pp_table_information->vddgfx_lookup_table = NULL; in init_dpm_2_parameters() 292 &pp_table_information->vddgfx_lookup_table, pVddgfxCACTable, 16); in init_dpm_2_parameters() 1210 kfree(pp_table_information->vddgfx_lookup_table); in pp_tables_v1_0_uninitialize() 1211 pp_table_information->vddgfx_lookup_table = NULL; in pp_tables_v1_0_uninitialize()
|
D | smu7_hwmgr.c | 366 table_info->vddgfx_lookup_table); in smu7_construct_voltage_tables() 2068 table_info->vddgfx_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages() 2218 table_info->vddgfx_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2317 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_voltage_dependency_tables() 2343 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); in smu7_calc_mm_voltage_dependency_table() 2382 table_info->vddgfx_lookup_table, &(data->vddcgfx_leakage)); in smu7_complete_dependency_tables() 2413 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddgfx_lookup_table); in smu7_complete_dependency_tables()
|
/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 550 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member 587 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member
|