mbox series

[0/2] Flush G2H handler during a GT reset

Message ID 20220113175232.20897-1-matthew.brost@intel.com (mailing list archive)
Headers show
Series Flush G2H handler during a GT reset | expand

Message

Matthew Brost Jan. 13, 2022, 5:52 p.m. UTC
After a small fix to error capture code, we now can flush G2H during a
GT reset which simplifies code and seals some extreme corner case races. 

Signed-off-by: Matthew Brost <matthew.brost@intel.com>

Matthew Brost (2):
  drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAIL
  drm/i915/guc: Flush G2H handler during a GT reset

 .../gpu/drm/i915/gt/uc/intel_guc_submission.c  | 18 +-----------------
 drivers/gpu/drm/i915/i915_gpu_error.c          |  2 +-
 2 files changed, 2 insertions(+), 18 deletions(-)