Home
last modified time | relevance | path

Searched refs:PP_TABLE_V0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr.c105 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
125 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
H A Dsmu7_hwmgr.c335 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
355 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
380 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
1067 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1520 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_populate_umdpstate_clocks()
1937 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
2098 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2989 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
3194 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3581 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h732 PP_TABLE_V0 = 0, enumerator