Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c100 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
118 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_hwmgr.c267 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
287 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
312 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
952 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1662 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
1740 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2561 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
2752 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3102 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3465 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h692 PP_TABLE_V0 = 0, enumerator