Searched refs:vddci_table (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 430 uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci) in phm_find_closest_vddci() argument 434 for (i = 0; i < vddci_table->count; i++) { in phm_find_closest_vddci() 435 if (vddci_table->entries[i].value >= vddci) in phm_find_closest_vddci() 436 return vddci_table->entries[i].value; in phm_find_closest_vddci() 439 pr_debug("vddci is larger than max value in vddci_table\n"); in phm_find_closest_vddci() 440 return vddci_table->entries[i-1].value; in phm_find_closest_vddci()
|
H A D | smu7_hwmgr.h | 108 struct smu7_single_dpm_table vddci_table; member
|
H A D | smu_helper.h | 86 extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci);
|
H A D | vega10_processpptables.c | 1171 const ATOM_Vega10_Voltage_Lookup_Table *vddci_table = in init_dpm_2_parameters() local 1176 &pp_table_info->vddci_lookup_table, vddci_table, 4); in init_dpm_2_parameters()
|
H A D | smu7_hwmgr.c | 699 &data->dpm_table.vddci_table, in smu7_reset_dpm_tables() 782 data->dpm_table.vddci_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v; in smu7_setup_dpm_tables_v0() 783 data->dpm_table.vddci_table.dpm_levels[i].enabled = true; in smu7_setup_dpm_tables_v0() 785 data->dpm_table.vddci_table.count = allowed_vdd_mclk_table->count; in smu7_setup_dpm_tables_v0()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 430 uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci) in phm_find_closest_vddci() argument 434 for (i = 0; i < vddci_table->count; i++) { in phm_find_closest_vddci() 435 if (vddci_table->entries[i].value >= vddci) in phm_find_closest_vddci() 436 return vddci_table->entries[i].value; in phm_find_closest_vddci() 439 pr_debug("vddci is larger than max value in vddci_table\n"); in phm_find_closest_vddci() 440 return vddci_table->entries[i-1].value; in phm_find_closest_vddci()
|
H A D | smu_helper.h | 86 extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci);
|
H A D | smu7_hwmgr.h | 108 struct smu7_single_dpm_table vddci_table; member
|
H A D | vega10_processpptables.c | 1136 const ATOM_Vega10_Voltage_Lookup_Table *vddci_table = in init_dpm_2_parameters() local 1141 &pp_table_info->vddci_lookup_table, vddci_table, 4); in init_dpm_2_parameters()
|
H A D | smu7_hwmgr.c | 761 &data->dpm_table.vddci_table, in smu7_reset_dpm_tables() 844 data->dpm_table.vddci_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v; in smu7_setup_dpm_tables_v0() 845 data->dpm_table.vddci_table.dpm_levels[i].enabled = true; in smu7_setup_dpm_tables_v0() 847 data->dpm_table.vddci_table.count = allowed_vdd_mclk_table->count; in smu7_setup_dpm_tables_v0()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.h | 73 struct ci_single_dpm_table vddci_table; member
|
H A D | ci_dpm.c | 3458 &pi->dpm_table.vddci_table, in ci_setup_default_dpm_tables() 3502 pi->dpm_table.vddci_table.dpm_levels[i].value = in ci_setup_default_dpm_tables() 3504 pi->dpm_table.vddci_table.dpm_levels[i].enabled = true; in ci_setup_default_dpm_tables() 3506 pi->dpm_table.vddci_table.count = allowed_mclk_table->count; in ci_setup_default_dpm_tables()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.h | 73 struct ci_single_dpm_table vddci_table; member
|
H A D | ci_dpm.c | 3434 &pi->dpm_table.vddci_table, in ci_setup_default_dpm_tables() 3478 pi->dpm_table.vddci_table.dpm_levels[i].value = in ci_setup_default_dpm_tables() 3480 pi->dpm_table.vddci_table.dpm_levels[i].enabled = true; in ci_setup_default_dpm_tables() 3482 pi->dpm_table.vddci_table.count = allowed_mclk_table->count; in ci_setup_default_dpm_tables()
|
Completed in 37 milliseconds