Home
last modified time | relevance | path

Searched refs:pp_table_version (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr.c86 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()
105 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.c333 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
336 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
353 if (hwmgr->pp_table_version == PP_TABLE_V1) 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()
384 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
1066 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_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()
2016 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()
[all …]
Dsmu7_powertune.c1160 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()
1250 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h755 uint32_t pp_table_version; member