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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu_helper.c430 uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci) argument
434 for (i = 0; i < vddci_table->count; i++) {
435 if (vddci_table->entries[i].value >= vddci)
436 return vddci_table->entries[i].value;
439 pr_debug("vddci is larger than max value in vddci_table\n");
440 return vddci_table->entries[i-1].value;
H A Dsmu7_hwmgr.h108 struct smu7_single_dpm_table vddci_table; member in struct:smu7_dpm_table
H A Dsmu_helper.h86 extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci);
H A Dvega10_processpptables.c1136 const ATOM_Vega10_Voltage_Lookup_Table *vddci_table = local
1141 &pp_table_info->vddci_lookup_table, vddci_table, 4);
H A Dsmu7_hwmgr.c761 &data->dpm_table.vddci_table,
844 data->dpm_table.vddci_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v;
845 data->dpm_table.vddci_table.dpm_levels[i].enabled = true;
847 data->dpm_table.vddci_table.count = allowed_vdd_mclk_table->count;
/linux-master/drivers/gpu/drm/radeon/
H A Dci_dpm.h73 struct ci_single_dpm_table vddci_table; member in struct:ci_dpm_table
H A Dci_dpm.c3429 &pi->dpm_table.vddci_table,
3473 pi->dpm_table.vddci_table.dpm_levels[i].value =
3475 pi->dpm_table.vddci_table.dpm_levels[i].enabled = true;
3477 pi->dpm_table.vddci_table.count = allowed_mclk_table->count;

Completed in 188 milliseconds