OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I915_USER_PRIORITY_SHIFT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_priolist_types.h
29
#define
I915_USER_PRIORITY_SHIFT
2
30
#define I915_USER_PRIORITY(x) ((x) * (1 <<
I915_USER_PRIORITY_SHIFT
))
32
#define I915_PRIORITY_COUNT BIT(
I915_USER_PRIORITY_SHIFT
)
i915_scheduler.c
66
last_prio = (INT_MAX >>
I915_USER_PRIORITY_SHIFT
) + 1;
147
prio >>=
I915_USER_PRIORITY_SHIFT
;
Completed in 74 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026