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_NORMAL
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_priolist_types.h
19
I915_PRIORITY_NORMAL
= I915_CONTEXT_DEFAULT_PRIORITY,
i915_scheduler.h
54
if (p->priority !=
I915_PRIORITY_NORMAL
)
i915_scheduler.c
149
prio =
I915_PRIORITY_NORMAL
;
178
if (prio ==
I915_PRIORITY_NORMAL
) {
184
prio =
I915_PRIORITY_NORMAL
; /* recurses just once */
268
return prio >= max(
I915_PRIORITY_NORMAL
, active);
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c
246
if (ctx->sched.priority >=
I915_PRIORITY_NORMAL
&&
615
ctx->sched.priority = I915_USER_PRIORITY(
I915_PRIORITY_NORMAL
);
1890
if (ctx->sched.priority >=
I915_PRIORITY_NORMAL
)
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c
422
last_prio = max(effective_prio(rq),
I915_PRIORITY_NORMAL
- 1);
Completed in 20 milliseconds
Indexes created Mon Oct 20 15:10:11 GMT 2025