Symbol: convert_to_vid
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
32
uint8_t convert_to_vid(uint16_t vddc);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1702
soc_vid = (uint8_t)convert_to_vid(vddc_lookup_table->entries[i].us_vdd);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1759
(uint8_t)(convert_to_vid(dep_on_mclk->entries[i].mvdd));
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
1858
vid = (uint8_t)convert_to_vid(vddc);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2088
convert_to_vid((uint16_t)(avfs_params.ulMinVddc));
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2090
convert_to_vid((uint16_t)(avfs_params.ulMaxVddc));
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2145
convert_to_vid((uint8_t)(dep_table->entries[i].sclk_offset));
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
592
lo_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc1);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
593
hi_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc2);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
594
hi2_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc3);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
596
lo_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
597
hi_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Leakage);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
616
vid[i] = convert_to_vid(data->vddc_voltage_table.entries[i].value);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
776
convert_to_vid(lookup_table->entries[index].us_cac_low);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
778
convert_to_vid(lookup_table->entries[index].us_cac_high);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
405
lo_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc1);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
406
hi_vid[i] = convert_to_vid(hwmgr->dyn_state.cac_leakage_table->entries[i].Vddc2);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
427
vid[i] = convert_to_vid(data->vddc_voltage_table.entries[i].value);
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
715
table->BapmVddcVidLoSidd[count] = convert_to_vid(lookup_table->entries[index].us_cac_low);
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
716
table->BapmVddcVidHiSidd[count] = convert_to_vid(lookup_table->entries[index].us_cac_mid);
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
717
table->BapmVddcVidHiSidd2[count] = convert_to_vid(lookup_table->entries[index].us_cac_high);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
414
convert_to_vid(vddc_lookup_table->entries[index].us_cac_low);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
416
convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
418
convert_to_vid(vddc_lookup_table->entries[index].us_cac_high);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
425
convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_mid));
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
427
convert_to_vid(vddgfx_lookup_table->entries[index].us_cac_high);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
434
convert_to_vid(vddc_lookup_table->entries[index].us_cac_low);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
436
convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
438
convert_to_vid(vddc_lookup_table->entries[index].us_cac_high);
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
519
convert_to_vid(lookup_table->entries[index].us_cac_low);
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
521
convert_to_vid(lookup_table->entries[index].us_cac_mid);
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
523
convert_to_vid(lookup_table->entries[index].us_cac_high);