Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr.c109 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
129 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_hwmgr.c270 else if (hwmgr->pp_table_version == PP_TABLE_V0) 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()
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()
1764 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2583 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
2783 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3137 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3500 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dhwmgr.h733 PP_TABLE_V0 = 0, enumerator