[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181105222011.2913-1-lyude@redhat.com>
Date: Mon, 5 Nov 2018 17:20:06 -0500
From: Lyude Paul <lyude@...hat.com>
To: intel-gfx@...ts.freedesktop.org
Cc: "David Airlie" <airlied@...ux.ie>,
"Rodrigo Vivi" <rodrigo.vivi@...el.com>,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
"Jani Nikula" <jani.nikula@...ux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@...ux.intel.com>
Subject: [PATCH v4 0/5] drm/i915: HPD IRQ storm detection fixes
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
Powered by blists - more mailing lists