Searched refs:pp_table_version (Results 1 – 4 of 4) sorted by relevance
275 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()278 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()295 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()298 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()323 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()326 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()961 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_tables()963 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()1673 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()1719 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()[all …]
96 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()115 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()135 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
1124 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()1209 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
749 uint32_t pp_table_version; member