From: John Harrison <John.C.Harrison@xxxxxxxxx> 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@xxxxxxxxx> 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(-) -- 2.39.1