Searched refs:pp_table_version (Results 1 – 4 of 4) sorted by relevance
264 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()267 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()284 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()287 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()312 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()315 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()950 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_tables()952 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()1662 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()1708 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()[all …]
84 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()100 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()118 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
1119 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()1204 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
712 uint32_t pp_table_version; member