Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ | |
amdgpu_process_pptables_v1_0.c | 1218 const ATOM_Tonga_VCE_State_Table *vce_state_table; local in function:ppt_get_num_of_vce_state_table_entries_v1_0 1224 vce_state_table = (const void *)pp_table + 1227 return vce_state_table->ucNumEntries; 1238 const ATOM_Tonga_VCE_State_Table *vce_state_table = (ATOM_Tonga_VCE_State_Table *)(((unsigned long)pptable) local in function:ppt_get_vce_state_table_entry_v1_0 1247 PP_ASSERT_WITH_CODE((i < vce_state_table->ucNumEntries), 1253 entries, vce_state_table, i); |
amdgpu_processpptables.c | 1572 const ATOM_PPLIB_VCE_State_Table *vce_state_table = get_vce_state_table(hwmgr, powerplay_table); local in function:get_vce_state_table_entry 1581 const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i]; |