Home
last modified time | relevance | path

Searched refs:vol_table (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu_helper.c189 vol_table->entries[i].smio_low; in phm_trim_voltage_table()
212 vol_table->mask_low = 0; in phm_get_svi2_mvdd_voltage_table()
213 vol_table->phase_delay = 0; in phm_get_svi2_mvdd_voltage_table()
214 vol_table->count = dep_table->count; in phm_get_svi2_mvdd_voltage_table()
218 vol_table->entries[i].smio_low = 0; in phm_get_svi2_mvdd_voltage_table()
240 vol_table->mask_low = 0; in phm_get_svi2_vddci_voltage_table()
241 vol_table->phase_delay = 0; in phm_get_svi2_vddci_voltage_table()
267 vol_table->mask_low = 0; in phm_get_svi2_vdd_voltage_table()
268 vol_table->phase_delay = 0; in phm_get_svi2_vdd_voltage_table()
291 vol_table->entries[i] = vol_table->entries[i + diff]; in phm_trim_voltage_table_to_fit_state_table()
[all …]
H A Dsmu_helper.h63 extern int phm_trim_voltage_table(struct pp_atomctrl_voltage_table *vol_table);
64 extern int phm_get_svi2_mvdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_…
65 extern int phm_get_svi2_vddci_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1…
66 extern int phm_get_svi2_vdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_v…
67 …tage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table);
H A Dvega10_hwmgr.c826 &vol_table)) { in vega10_hwmgr_backend_init()
844 &vol_table)) { in vega10_hwmgr_backend_init()
989 PP_ASSERT_WITH_CODE(vol_table, in vega10_trim_voltage_table()
1035 vol_table->mask_low = 0; in vega10_get_mvdd_voltage_table()
1036 vol_table->phase_delay = 0; in vega10_get_mvdd_voltage_table()
1045 vol_table), in vega10_get_mvdd_voltage_table()
1062 vol_table->mask_low = 0; in vega10_get_vddci_voltage_table()
1063 vol_table->phase_delay = 0; in vega10_get_vddci_voltage_table()
1088 vol_table->mask_low = 0; in vega10_get_vdd_voltage_table()
1089 vol_table->phase_delay = 0; in vega10_get_vdd_voltage_table()
[all …]