Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c88 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()
104 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
122 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_hwmgr.c266 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
269 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
286 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
289 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
314 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
317 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
952 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_tables()
954 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1664 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
1710 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()
[all …]
Dsmu7_powertune.c1119 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()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h742 uint32_t pp_table_version; member