HomeSort by: relevance | last modified time | path
    Searched refs:get_num_of_pp_table_entries (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_psm.c 42 if (hwmgr->hwmgr_func->get_num_of_pp_table_entries == NULL)
48 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr);
amdgpu_smu10_hwmgr.c 1346 .get_num_of_pp_table_entries = smu10_dpm_get_num_of_pp_table_entries,
amdgpu_smu8_hwmgr.c 1983 .get_num_of_pp_table_entries = smu8_dpm_get_num_of_pp_table_entries,
amdgpu_vega10_hwmgr.c 5399 .get_num_of_pp_table_entries =
amdgpu_smu7_hwmgr.c 5127 .get_num_of_pp_table_entries = smu7_get_number_of_powerplay_table_entries,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 261 int (*get_num_of_pp_table_entries)(struct pp_hwmgr *hwmgr); member in struct:pp_hwmgr_func

Completed in 23 milliseconds