Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/3] Use FAST_REQUEST mechanism for non-blocking H2G calls
@ 2023-05-26 23:55 John.C.Harrison
  2023-05-26 23:55 ` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Use FAST_REQUEST " John.C.Harrison
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: John.C.Harrison @ 2023-05-26 23:55 UTC (permalink / raw)
  To: Intel-GFX; +Cc: DRI-Devel

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(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-05-30 21:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26 23:55 [Intel-gfx] [PATCH 0/3] Use FAST_REQUEST mechanism for non-blocking H2G calls John.C.Harrison
2023-05-26 23:55 ` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Use FAST_REQUEST " John.C.Harrison
2023-05-30 21:02   ` John Harrison
2023-05-26 23:55 ` [Intel-gfx] [PATCH 2/3] drm/i915/guc: Update log for unsolicited CTB response John.C.Harrison
2023-05-30 21:02   ` John Harrison
2023-05-26 23:55 ` [Intel-gfx] [PATCH 3/3] drm/i915/guc: Track all sent actions to GuC John.C.Harrison
2023-05-30 21:06   ` John Harrison
2023-05-27  0:22 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Use FAST_REQUEST mechanism for non-blocking H2G calls Patchwork
2023-05-27  0:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-05-27 23:41 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox