Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c104 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.c269 else if (hwmgr->pp_table_version == PP_TABLE_V0) 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()
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()
1742 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2563 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
2754 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3108 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3471 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h722 PP_TABLE_V0 = 0, enumerator