Home
last modified time | relevance | path

Searched refs:pp_table_version (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c332 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
335 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
352 if (hwmgr->pp_table_version == PP_TABLE_V1) 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()
383 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
1065 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_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()
1535 } else if (hwmgr->pp_table_version == PP_TABLE_V1) { in smu7_populate_umdpstate_clocks()
[all …]
Dhwmgr.c86 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()
105 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
125 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_powertune.c1157 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()
1247 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h753 uint32_t pp_table_version; member