mbox series

[0/3] Use FAST_REQUEST mechanism for non-blocking H2G calls

Message ID 20230526235538.2230780-1-John.C.Harrison@Intel.com (mailing list archive)
Headers show
Series Use FAST_REQUEST mechanism for non-blocking H2G calls | expand

Message

John Harrison May 26, 2023, 11:55 p.m. UTC
From: John Harrison <John.C.Harrison@Intel.com>

The GuC interface supports a mechanism for returning errors against
non-blocking H2G calls. This is called FAST_REQUEST. Given that the
call is asynchronous, matching the returned error up is difficult.
However, getting any error at all back is better than no error.

If any such errors are reported, then extra tracking support can be
compiled in for manual debug.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


Michal Wajdeczko (3):
  drm/i915/guc: Use FAST_REQUEST for non-blocking H2G calls
  drm/i915/guc: Update log for unsolicited CTB response
  drm/i915/guc: Track all sent actions to GuC

 drivers/gpu/drm/i915/Kconfig.debug            |  1 +
 .../gpu/drm/i915/gt/uc/abi/guc_messages_abi.h | 30 +++++++
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c     | 79 ++++++++++++++++---
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h     | 11 +++
 4 files changed, 112 insertions(+), 9 deletions(-)