[Intel-gfx] [PATCH] drm/i915: Log HWS seqno consistently
Tvrtko Ursulin
tursulin at ursulin.net
Wed Sep 26 11:12:17 UTC 2018
From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
We mix hexa- and decimal which is confusing when reading the logs. So make
the single odd one out instance decimal for consistency.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Cc: Chris Wilson <chris at chris-wilson.co.uk>
---
Later we can consider whether we should move them all to unsigned, or hex,
etc..
---
drivers/gpu/drm/i915/intel_lrc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
index 4b28225320ff..ad93aa4b0a6e 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -1904,7 +1904,7 @@ static void execlists_reset(struct intel_engine_cs *engine,
unsigned long flags;
u32 *regs;
- GEM_TRACE("%s request global=%x, current=%d\n",
+ GEM_TRACE("%s request global=%d, current=%d\n",
engine->name, request ? request->global_seqno : 0,
intel_engine_get_seqno(engine));
--
2.17.1
More information about the Intel-gfx
mailing list