Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c273 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
293 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
318 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
1005 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1755 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
1833 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2652 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
2852 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3206 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3569 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dhwmgr.h733 PP_TABLE_V0 = 0, enumerator