OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Apr 05 00:22:41 UTC 2026