OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORKLOAD_POLICY_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h
357
#define
WORKLOAD_POLICY_MAX
7
399
uint32_t workload_prority[
WORKLOAD_POLICY_MAX
];
400
uint32_t workload_setting[
WORKLOAD_POLICY_MAX
];
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c
1763
index = index > 0 && index <=
WORKLOAD_POLICY_MAX
? index - 1 : 0;
1827
index = index > 0 && index <=
WORKLOAD_POLICY_MAX
? index - 1 : 0;
1832
index = index <=
WORKLOAD_POLICY_MAX
? index - 1 : 0;
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025