Home
last modified time | relevance | path

Searched refs:vddci_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu_helper.c434 uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci) in phm_find_closest_vddci() argument
438 for (i = 0; i < vddci_table->count; i++) { in phm_find_closest_vddci()
439 if (vddci_table->entries[i].value >= vddci) in phm_find_closest_vddci()
440 return vddci_table->entries[i].value; in phm_find_closest_vddci()
444 return vddci_table->entries[i-1].value; in phm_find_closest_vddci()
H A Dsmu7_hwmgr.h110 struct smu7_single_dpm_table vddci_table; member
H A Dsmu_helper.h88 extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddc…
H A Damdgpu_vega10_processpptables.c1176 const ATOM_Vega10_Voltage_Lookup_Table *vddci_table = in init_dpm_2_parameters() local
1181 &pp_table_info->vddci_lookup_table, vddci_table, 4); in init_dpm_2_parameters()
H A Damdgpu_smu7_hwmgr.c657 &data->dpm_table.vddci_table, in smu7_reset_dpm_tables()
740 data->dpm_table.vddci_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v; in smu7_setup_dpm_tables_v0()
741 data->dpm_table.vddci_table.dpm_levels[i].enabled = true; in smu7_setup_dpm_tables_v0()
743 data->dpm_table.vddci_table.count = allowed_vdd_mclk_table->count; in smu7_setup_dpm_tables_v0()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dci_dpm.h75 struct ci_single_dpm_table vddci_table; member
H A Dradeon_ci_dpm.c3479 &pi->dpm_table.vddci_table, in ci_setup_default_dpm_tables()
3523 pi->dpm_table.vddci_table.dpm_levels[i].value = in ci_setup_default_dpm_tables()
3525 pi->dpm_table.vddci_table.dpm_levels[i].enabled = true; in ci_setup_default_dpm_tables()
3527 pi->dpm_table.vddci_table.count = allowed_mclk_table->count; in ci_setup_default_dpm_tables()