/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_process_pptables_v1_0.c | 267 pp_table_information->vddgfx_lookup_table = NULL; 301 &pp_table_information->vddgfx_lookup_table, pVddgfxCACTable, 16); 1134 kfree(pp_table_information->vddgfx_lookup_table); 1135 pp_table_information->vddgfx_lookup_table = NULL;
|
amdgpu_smu7_hwmgr.c | 309 table_info->vddgfx_lookup_table); 1721 table_info->vddgfx_lookup_table, vv_id, &sclk)) { 1871 table_info->vddgfx_lookup_table->entries[voltage_id].us_vdd; 1970 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); 1996 phm_add_voltage(hwmgr, pptable_info->vddgfx_lookup_table, &v_record); 2035 table_info->vddgfx_lookup_table, &(data->vddcgfx_leakage)); 2066 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddgfx_lookup_table);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_tonga_smumgr.c | 268 pptable_info->vddgfx_lookup_table, 292 voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table, 404 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table = local in function:tonga_populate_cac_tables 405 pptable_info->vddgfx_lookup_table; 430 index = phm_get_voltage_index(vddgfx_lookup_table, 431 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_mid)); 433 convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_high); 1336 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, 1396 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, 1441 phm_get_voltage_index(pptable_info->vddgfx_lookup_table, [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
hwmgr.h | 545 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member in struct:phm_ppt_v1_information 582 struct phm_ppt_v1_voltage_lookup_table *vddgfx_lookup_table; member in struct:phm_ppt_v2_information
|