OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I915_PRIORITY_COUNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_priolist_types.h
32
#define
I915_PRIORITY_COUNT
BIT(I915_USER_PRIORITY_SHIFT)
33
#define I915_PRIORITY_MASK (
I915_PRIORITY_COUNT
- 1)
55
struct list_head requests[
I915_PRIORITY_COUNT
];
i915_scheduler.c
146
idx =
I915_PRIORITY_COUNT
- (prio & I915_PRIORITY_MASK) - 1;
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025