Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_irq.c823 u32 *eir, u32 *eir_stuck) in i9xx_error_irq_ack() argument
830 *eir_stuck = intel_uncore_read(&dev_priv->uncore, EIR); in i9xx_error_irq_ack()
831 if (*eir_stuck == 0) in i9xx_error_irq_ack()
846 intel_uncore_write(&dev_priv->uncore, EMR, emr | *eir_stuck); in i9xx_error_irq_ack()
850 u32 eir, u32 eir_stuck) in i9xx_error_irq_handler() argument
854 if (eir_stuck) in i9xx_error_irq_handler()
856 eir_stuck); in i9xx_error_irq_handler()
925 u32 eir = 0, eir_stuck = 0; in i915_irq_handler() local
944 i9xx_error_irq_ack(dev_priv, &eir, &eir_stuck); in i915_irq_handler()
952 i9xx_error_irq_handler(dev_priv, eir, eir_stuck); in i915_irq_handler()
[all …]