Home
last modified time | relevance | path

Searched refs:mvdd_table (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.h109 struct smu7_single_dpm_table mvdd_table; member
H A Dsmu7_hwmgr.c651 &data->dpm_table.mvdd_table, in smu7_reset_dpm_tables()
743 data->dpm_table.mvdd_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v; in smu7_setup_dpm_tables_v0()
744 data->dpm_table.mvdd_table.dpm_levels[i].enabled = 1; in smu7_setup_dpm_tables_v0()
746 data->dpm_table.mvdd_table.count = allowed_vdd_mclk_table->count; in smu7_setup_dpm_tables_v0()
/dragonfly/sys/dev/drm/radeon/
H A Dci_dpm.h73 struct ci_single_dpm_table mvdd_table; member
H A Dci_dpm.c3510 &pi->dpm_table.mvdd_table, in ci_setup_default_dpm_tables()
3561 pi->dpm_table.mvdd_table.dpm_levels[i].value = in ci_setup_default_dpm_tables()
3563 pi->dpm_table.mvdd_table.dpm_levels[i].enabled = true; in ci_setup_default_dpm_tables()
3565 pi->dpm_table.mvdd_table.count = allowed_mclk_table->count; in ci_setup_default_dpm_tables()