Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ | |
amdgpu_pp_psm.c | 38 unsigned int table_entries; local in function:psm_init_power_state_table 48 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr); 53 if (table_entries == 0 || size == 0) { 58 hwmgr->ps = kcalloc(table_entries, size, GFP_KERNEL); 80 for (i = 0; i < table_entries; i++) { 121 int table_entries; local in function:psm_get_ui_state 124 table_entries = hwmgr->num_ps; 127 for (i = 0; i < table_entries; i++) { 142 int table_entries; local in function:psm_get_state_by_classification 145 table_entries = hwmgr->num_ps 161 int table_entries; local in function:psm_set_states 212 int table_entries; local in function:psm_set_user_performance_state [all...] |