[PATCH v4 0/5] drm/i915: HPD IRQ storm detection fixes

From: Lyude Paul
Date: Mon Nov 05 2018 - 17:20:25 EST


This series contains a fix for a problem which is very difficult to
reproduce under normal circumstances without specialized testing
hardware, along with a fix that seems to be required for some especially
rebellious GM45 laptops.

Lyude Paul (5):
drm/i915: Fix possible race in intel_dp_add_mst_connector()
drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
drm/i915: Fix threshold check in intel_hpd_irq_storm_detect()
drm/i915: Clarify flow for disabling IRQs on storms
drm/i915: Add short HPD IRQ storm detection for non-MST systems

drivers/gpu/drm/i915/i915_debugfs.c | 74 +++++++++++++++++++++++++
drivers/gpu/drm/i915/i915_drv.h | 5 +-
drivers/gpu/drm/i915/i915_irq.c | 7 +++
drivers/gpu/drm/i915/intel_dp_mst.c | 8 +--
drivers/gpu/drm/i915/intel_hotplug.c | 83 +++++++++++++++++-----------
5 files changed, 140 insertions(+), 37 deletions(-)

--
2.19.1