]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/guc: Handle engine reset failure notification
authorMatthew Brost <matthew.brost@intel.com>
Tue, 27 Jul 2021 00:23:28 +0000 (17:23 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 28 Jul 2021 00:31:52 +0000 (17:31 -0700)
commit6e672f03d4fc659a0dc3434affc3385909fca8d6
treec1ebe9a8cd43885ed47bee429c2ee19449a4ab46
parentdaf9230c36ec88b6ffebfdc534e025367aba37d8
drm/i915/guc: Handle engine reset failure notification

GuC will notify the driver, via G2H, if it fails to
reset an engine. We recover by resorting to a full GPU
reset.

v2:
 (John Harrison):
  - s/drm_dbg/drm_err

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Fernando Pacheco <fernando.pacheco@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210727002348.97202-14-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc.h
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c