All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] GuC engine reset support
@ 2019-09-25 23:00 Fernando Pacheco
  2019-09-25 23:00 ` [RFC PATCH 1/1] drm/i915/guc: Provide mmio list to be saved/restored on engine reset Fernando Pacheco
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fernando Pacheco @ 2019-09-25 23:00 UTC (permalink / raw)
  To: intel-gfx

Another attempt at providing GuC a list of registers to
save/restore during engine resets [1].

The list we provide GuC should mirror, with possibly some exceptions,
the list of registers applied during execlists_resume/enable_execlists.
Any ideas on how to flag any discrepancies (yet flexible enough to
handle exceptions) between the two lists e.g. via a selftest? I would
like something stronger than a comment that just states the other needs
updating. Or should I take this to mean a different approach is needed?

Thanks,
Fernando

[1] https://patchwork.freedesktop.org/patch/161888/

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>

Fernando Pacheco (1):
  drm/i915/guc: Provide mmio list to be saved/restored on engine reset

 drivers/gpu/drm/i915/gt/intel_workarounds.c   | 23 +++--
 .../gpu/drm/i915/gt/intel_workarounds_types.h |  1 +
 drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c    | 87 +++++++++++++++++++
 3 files changed, 105 insertions(+), 6 deletions(-)

-- 
2.23.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-09-26 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 23:00 [RFC PATCH 0/1] GuC engine reset support Fernando Pacheco
2019-09-25 23:00 ` [RFC PATCH 1/1] drm/i915/guc: Provide mmio list to be saved/restored on engine reset Fernando Pacheco
2019-09-25 23:33 ` ✓ Fi.CI.BAT: success for GuC engine reset support Patchwork
2019-09-26 18:58 ` ✓ 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.