Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_gt_irq.c112 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h7637 #define GEN11_INTR_ENGINE_CLASS(x) (((x) & GENMASK(18, 16)) >> 16) macro