All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/i915: HPD IRQ storm detection fixes
@ 2018-11-03  0:19 Lyude Paul
  2018-11-03  0:19 ` [PATCH v3 1/5] drm/i915: Fix possible race in intel_dp_add_mst_connector() Lyude Paul
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Lyude Paul @ 2018-11-03  0:19 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 | 78 +++++++++++++++++-----------
 5 files changed, 137 insertions(+), 35 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2018-11-05 20:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03  0:19 [PATCH v3 0/5] drm/i915: HPD IRQ storm detection fixes Lyude Paul
2018-11-03  0:19 ` [PATCH v3 1/5] drm/i915: Fix possible race in intel_dp_add_mst_connector() Lyude Paul
2018-11-03  0:19 ` [PATCH v3 2/5] drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST Lyude Paul
2018-11-03  0:19 ` [PATCH v3 3/5] drm/i915: Fix threshold check in intel_hpd_irq_storm_detect() Lyude Paul
2018-11-03  0:19   ` Lyude Paul
2018-11-03  0:19 ` [PATCH v3 4/5] drm/i915: Clarify flow for disabling IRQs on storms Lyude Paul
2018-11-05 20:38   ` [Intel-gfx] " Rodrigo Vivi
2018-11-05 20:38     ` Rodrigo Vivi
2018-11-03  0:19 ` [PATCH v3 5/5] drm/i915: Add short HPD IRQ storm detection for non-MST systems Lyude Paul
2018-11-03  0:37 ` ✗ Fi.CI.SPARSE: warning for drm/i915: HPD IRQ storm detection fixes (rev3) Patchwork
2018-11-03  0:53 ` ✓ Fi.CI.BAT: success " Patchwork
2018-11-03  4:18 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.