Home
last modified time | relevance | path

Searched refs:odn_dpm_table (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c308 struct vega10_odn_dpm_table *odn_table = &(data->odn_dpm_table); in vega10_odn_initial_default_setting()
319 data->odn_dpm_table.max_vddc = avfs_params.ulMaxVddc; in vega10_odn_initial_default_setting()
320 data->odn_dpm_table.min_vddc = avfs_params.ulMinVddc; in vega10_odn_initial_default_setting()
1628 &(data->odn_dpm_table.vdd_dep_on_sclk); in vega10_populate_single_gfx_level()
1693 &data->odn_dpm_table.vdd_dep_on_socclk; in vega10_populate_single_soc_level()
1795 …vddc_lookup_table = (struct phm_ppt_v1_voltage_lookup_table *)&data->odn_dpm_table.vddc_lookup_tab… in vega10_populate_vddc_soc_levels()
1832 &data->odn_dpm_table.vdd_dep_on_mclk; in vega10_populate_single_memory_level()
2529 struct vega10_odn_dpm_table *odn_table = &(data->odn_dpm_table); in vega10_check_dpm_table_updated()
2570 struct vega10_odn_dpm_table *odn_table = &(data->odn_dpm_table); in vega10_init_smc_table()
3487 struct vega10_odn_dpm_table *odn_table = &data->odn_dpm_table; in vega10_populate_and_upload_sclk_mclk_dpm_levels()
[all …]
H A Dsmu7_hwmgr.c935 struct smu7_odn_dpm_table *odn_table = &(data->odn_dpm_table); in smu7_odn_initial_default_setting()
1001 data->odn_dpm_table.min_vddc = min_vddc; in smu7_setup_voltage_range_from_vbios()
1002 data->odn_dpm_table.max_vddc = max_vddc; in smu7_setup_voltage_range_from_vbios()
1008 struct smu7_odn_dpm_table *odn_table = &(data->odn_dpm_table); in smu7_check_dpm_table_updated()
1078 if (data->odn_dpm_table.max_vddc) { in smu7_setup_default_dpm_tables()
4250 struct smu7_odn_dpm_table *odn_table = &(data->odn_dpm_table); in smu7_populate_and_upload_sclk_mclk_dpm_levels()
4966 struct smu7_odn_dpm_table *odn_table = &(data->odn_dpm_table); in smu7_print_clock_levels()
5047 data->odn_dpm_table.min_vddc, in smu7_print_clock_levels()
5048 data->odn_dpm_table.max_vddc); in smu7_print_clock_levels()
5455 if (voltage < data->odn_dpm_table.min_vddc || voltage > data->odn_dpm_table.max_vddc) { in smu7_check_clk_voltage_valid()
[all …]
H A Dsmu7_hwmgr.h216 struct smu7_odn_dpm_table odn_dpm_table; member
H A Dvega12_hwmgr.h331 struct vega12_odn_dpm_table odn_dpm_table; member
H A Dvega10_hwmgr.h330 struct vega10_odn_dpm_table odn_dpm_table; member
H A Dvega20_hwmgr.h383 struct vega20_odn_dpm_table odn_dpm_table; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c950 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in fiji_populate_single_graphic_level()
1172 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in fiji_populate_single_memory_level()
H A Dpolaris10_smumgr.c970 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in polaris10_populate_single_graphic_level()
1165 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in polaris10_populate_single_memory_level()
H A Dtonga_smumgr.c630 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in tonga_populate_single_graphic_level()
978 …vdd_dep_table = (phm_ppt_v1_clock_voltage_dependency_table *)&data->odn_dpm_table.vdd_dependency_o… in tonga_populate_single_memory_level()