Home
last modified time | relevance | path

Searched refs:I915_ENGINE_USES_WA_HOLD_CCS_SWITCHOUT (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_types.h582 #define I915_ENGINE_USES_WA_HOLD_CCS_SWITCHOUT BIT(12) macro
695 return engine->flags & I915_ENGINE_USES_WA_HOLD_CCS_SWITCHOUT; in intel_engine_uses_wa_hold_ccs_switchout()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c4302 engine->flags |= I915_ENGINE_USES_WA_HOLD_CCS_SWITCHOUT; in guc_default_vfuncs()