Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c267 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
270 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
287 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
290 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
315 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
318 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
953 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_tables()
955 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1686 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
1732 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()
[all …]
Dhwmgr.c90 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()
109 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
129 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_powertune.c1130 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()
1220 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dhwmgr.h755 uint32_t pp_table_version; member