Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_hwmgr.c114 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
134 hwmgr->pp_table_version = PP_TABLE_V0; in hwmgr_early_init()
H A Damdgpu_smu7_hwmgr.c277 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
297 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
322 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_construct_voltage_tables()
962 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_setup_default_dpm_tables()
1750 if ((hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_evv_voltages()
2569 } else if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_hwmgr_backend_init()
2760 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_profiling_clk()
3114 if (hwmgr->pp_table_version == PP_TABLE_V0) { in smu7_get_number_of_powerplay_table_entries()
3477 if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_pp_table_entry()
4812 else if (hwmgr->pp_table_version == PP_TABLE_V0) in smu7_get_thermal_temperature_range()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h728 PP_TABLE_V0 = 0, enumerator