Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c3470 u32 display_mask, extra_mask; in ironlake_irq_postinstall() local
3475 extra_mask = (DE_PIPEC_VBLANK_IVB | DE_PIPEB_VBLANK_IVB | in ironlake_irq_postinstall()
3482 extra_mask = (DE_PIPEA_VBLANK | DE_PIPEB_VBLANK | DE_PCU_EVENT | in ironlake_irq_postinstall()
3491 GEN3_IRQ_INIT(DE, dev_priv->irq_mask, display_mask | extra_mask); in ironlake_irq_postinstall()