Home
last modified time | relevance | path

Searched refs:get_num_of_pp_table_entries (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_pp_psm.c42 if (hwmgr->hwmgr_func->get_num_of_pp_table_entries == NULL) in psm_init_power_state_table()
48 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr); in psm_init_power_state_table()
H A Damdgpu_smu10_hwmgr.c1346 .get_num_of_pp_table_entries = smu10_dpm_get_num_of_pp_table_entries,
H A Damdgpu_smu8_hwmgr.c1983 .get_num_of_pp_table_entries = smu8_dpm_get_num_of_pp_table_entries,
H A Damdgpu_smu7_hwmgr.c5127 .get_num_of_pp_table_entries = smu7_get_number_of_powerplay_table_entries,
H A Damdgpu_vega10_hwmgr.c5399 .get_num_of_pp_table_entries =
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h261 int (*get_num_of_pp_table_entries)(struct pp_hwmgr *hwmgr); member