Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_hwmgr.c275 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
278 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
295 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
298 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
323 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
326 else if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_construct_voltage_tables()
961 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_setup_default_dpm_tables()
963 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1673 if ((hwmgr->pp_table_version != PP_TABLE_V0) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK) in smu7_init_dpm_defaults()
1719 if ((hwmgr->pp_table_version == PP_TABLE_V1) in smu7_get_evv_voltages()
[all …]
H A Damdgpu_hwmgr.c96 hwmgr->pp_table_version = PP_TABLE_V1; in hwmgr_early_init()
115 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
135 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
H A Damdgpu_smu7_powertune.c1124 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_enable_power_containment()
1209 if (hwmgr->pp_table_version == PP_TABLE_V1) in smu7_power_control_set_level()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h749 uint32_t pp_table_version; member