Home
last modified time | relevance | path

Searched refs:pp_atomfwctrl_voltage_table (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.h320 struct pp_atomfwctrl_voltage_table vddc_voltage_table;
322 struct pp_atomfwctrl_voltage_table mvdd_voltage_table;
324 struct pp_atomfwctrl_voltage_table vddci_voltage_table;
H A Dvega12_hwmgr.h322 struct pp_atomfwctrl_voltage_table vddc_voltage_table;
324 struct pp_atomfwctrl_voltage_table mvdd_voltage_table;
326 struct pp_atomfwctrl_voltage_table vddci_voltage_table;
H A Dppatomfwctrl.h43 struct pp_atomfwctrl_voltage_table { struct
225 uint8_t voltage_mode, struct pp_atomfwctrl_voltage_table *voltage_table);
H A Dvega20_hwmgr.h446 struct pp_atomfwctrl_voltage_table vddc_voltage_table;
448 struct pp_atomfwctrl_voltage_table mvdd_voltage_table;
450 struct pp_atomfwctrl_voltage_table vddci_voltage_table;
H A Dvega10_hwmgr.c831 struct pp_atomfwctrl_voltage_table vol_table; in vega10_hwmgr_backend_init()
967 struct pp_atomfwctrl_voltage_table table; in vega10_setup_dpm_led_config()
1023 struct pp_atomfwctrl_voltage_table *vol_table) in vega10_trim_voltage_table()
1028 struct pp_atomfwctrl_voltage_table *table; in vega10_trim_voltage_table()
1032 table = kzalloc(sizeof(struct pp_atomfwctrl_voltage_table), in vega10_trim_voltage_table()
1060 memcpy(vol_table, table, sizeof(struct pp_atomfwctrl_voltage_table)); in vega10_trim_voltage_table()
1068 struct pp_atomfwctrl_voltage_table *vol_table) in vega10_get_mvdd_voltage_table()
1095 struct pp_atomfwctrl_voltage_table *vol_table) in vega10_get_vddci_voltage_table()
1121 struct pp_atomfwctrl_voltage_table *vol_table) in vega10_get_vdd_voltage_table()
1149 struct pp_atomfwctrl_voltage_table *vol_table) in vega10_trim_voltage_table_to_fit_state_table()
[all …]
H A Dppatomfwctrl.c97 struct pp_atomfwctrl_voltage_table *voltage_table) in pp_atomfwctrl_get_voltage_table_v4()