Home
last modified time | relevance | path

Searched refs:I915_ENGINE_HAS_EU_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_types.h588 #define I915_ENGINE_HAS_EU_PRIORITY BIT(10) macro
H A Dintel_engine_cs.c509 engine->flags |= I915_ENGINE_HAS_EU_PRIORITY; in intel_engine_setup()
H A Dintel_execlists_submission.c685 if (rq->engine->flags & I915_ENGINE_HAS_EU_PRIORITY) in execlists_update_context()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c2720 if (engine->flags & I915_ENGINE_HAS_EU_PRIORITY) in prepare_context_registration_info_v70()