Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c123 const u8 instance = GEN11_INTR_ENGINE_INSTANCE(identity); in gen11_gt_identity_handler()
H A Dintel_gt_regs.h1599 #define GEN11_INTR_ENGINE_INSTANCE(x) (((x) & GENMASK(25, 20)) >> 20) macro