Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_irq.c122 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler()
H A Dintel_gt_regs.h1651 #define GEN11_INTR_ENGINE_CLASS(x) (((x) & GENMASK(18, 16)) >> 16) macro