Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr.c105 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
125 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
Dsmu7_hwmgr.c336 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
356 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
381 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
1068 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1887 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
2048 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2936 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
3142 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3537 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3900 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h734 PP_TABLE_V0 = 0, enumerator