HomeSort by: relevance | last modified time | path
    Searched defs:pstate_arrays (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_processpptables.c 782 const StateArray * pstate_arrays,
788 pstate = pstate_arrays->states;
789 if (entry_index <= pstate_arrays->ucNumEntries) {
873 const StateArray *pstate_arrays; local
880 pstate_arrays = (StateArray *)(((unsigned long)powerplay_table) +
883 *num_of_entries = (unsigned long)(pstate_arrays->ucNumEntries);
896 const StateArray *pstate_arrays; local
915 pstate_arrays = (StateArray *)(((unsigned long)powerplay_table) +
918 if (entry_index > pstate_arrays->ucNumEntries)
921 pstate_entry_v2 = get_state_entry_v2(pstate_arrays, entry_index)
    [all...]

Completed in 39 milliseconds