All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [CI 1/6] drm/i915/gt: Include semaphore status in print_request()
@ 2020-11-19 16:56 Chris Wilson
  2020-11-19 16:56 ` [Intel-gfx] [CI 2/6] drm/i915: Lift i915_request_show() Chris Wilson
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Chris Wilson @ 2020-11-19 16:56 UTC (permalink / raw)
  To: intel-gfx

When pretty-printing the requests for debug, also show the status of any
semaphore waits as part of its runnable status.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 drivers/gpu/drm/i915/gt/intel_engine_cs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
index 0b31670343f5..1ed84ee8ce41 100644
--- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
+++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@ -1321,6 +1321,7 @@ static void print_request(struct drm_printer *m,
 		   rq->fence.context, rq->fence.seqno,
 		   i915_request_completed(rq) ? "!" :
 		   i915_request_started(rq) ? "*" :
+		   !i915_sw_fence_signaled(&rq->semaphore) ? "&" :
 		   "",
 		   test_bit(DMA_FENCE_FLAG_SIGNALED_BIT,
 			    &rq->fence.flags) ? "+" :
-- 
2.20.1

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

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

end of thread, other threads:[~2020-11-19 18:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 16:56 [Intel-gfx] [CI 1/6] drm/i915/gt: Include semaphore status in print_request() Chris Wilson
2020-11-19 16:56 ` [Intel-gfx] [CI 2/6] drm/i915: Lift i915_request_show() Chris Wilson
2020-11-19 16:56 ` [Intel-gfx] [CI 3/6] drm/i915/gt: Update request status flags for debug pretty-printer Chris Wilson
2020-11-19 16:56 ` [Intel-gfx] [CI 4/6] drm/i915/gt: Show all active timelines for debugging Chris Wilson
2020-11-19 18:08   ` Tvrtko Ursulin
2020-11-19 18:11     ` Chris Wilson
2020-11-19 16:56 ` [Intel-gfx] [CI 5/6] drm/i915: Lift waiter/signaler iterators Chris Wilson
2020-11-19 16:56 ` [Intel-gfx] [CI 6/6] drm/i915: Show timeline dependencies for debug Chris Wilson
2020-11-19 17:59 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/6] drm/i915/gt: Include semaphore status in print_request() Patchwork
2020-11-19 18:30 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " 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.