Home
last modified time | relevance | path

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

/Linux-v6.6/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.c335 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
355 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
380 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
1067 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1520 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_populate_umdpstate_clocks()
1939 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
2100 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2988 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
3194 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3578 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h732 PP_TABLE_V0 = 0, enumerator