Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c3034 const u8 instance = GEN11_INTR_ENGINE_INSTANCE(identity); in gen11_gt_identity_handler()
Di915_reg.h7250 #define GEN11_INTR_ENGINE_INSTANCE(x) (((x) & GENMASK(25, 20)) >> 20) macro