commit | c5f6d578956a4304b6bb5393423768fecafff385 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Wed Sep 26 15:50:33 2018 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Thu Sep 27 11:27:13 2018 +0100 |
tree | 22799f1d75299ddf721ab6488e067aa330b0057e | |
parent | f8e57863f81f962a1837d6a17825752de5bc23f7 [diff] |
drm/i915: Log HWS seqno consistently We mix hexa- and decimal which is confusing when reading the logs. So make the single odd one out instance decimal for consistency. v2: * Do the intel_ringbuffer.c as well. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180926145033.16318-1-tvrtko.ursulin@linux.intel.com