linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] drm/i915: HPD IRQ storm detection fixes
@ 2018-11-05 22:20 Lyude Paul
  2018-11-05 22:20 ` [PATCH v4 1/5] drm/i915: Fix possible race in intel_dp_add_mst_connector() Lyude Paul
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Lyude Paul @ 2018-11-05 22:20 UTC (permalink / raw)
  To: intel-gfx
  Cc: David Airlie, Rodrigo Vivi, linux-kernel, dri-devel, Jani Nikula,
	Joonas Lahtinen

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-06 13:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 22:20 [PATCH v4 0/5] drm/i915: HPD IRQ storm detection fixes Lyude Paul
2018-11-05 22:20 ` [PATCH v4 1/5] drm/i915: Fix possible race in intel_dp_add_mst_connector() Lyude Paul
2018-11-05 22:20 ` [PATCH v4 2/5] drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST Lyude Paul
2018-11-05 22:20 ` [PATCH v4 3/5] drm/i915: Fix threshold check in intel_hpd_irq_storm_detect() Lyude Paul
2018-11-06 13:43   ` Ville Syrjälä
2018-11-05 22:20 ` [PATCH v4 4/5] drm/i915: Clarify flow for disabling IRQs on storms Lyude Paul
2018-11-06 13:51   ` Ville Syrjälä
2018-11-05 22:20 ` [PATCH v4 5/5] drm/i915: Add short HPD IRQ storm detection for non-MST systems Lyude Paul
2018-11-06 13:50   ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).