drm/i915/trace: Remove engine out of the context sandwich
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Fri, 25 May 2018 08:26:41 +0000 (09:26 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 5 Jun 2018 15:44:12 +0000 (16:44 +0100)
commitf24e74a7b73953b0b0a7afcddfa26c298b20c7c8
tree3b4e5f558d6738020b31995a13334f4048177061
parent2956e970f0b5f760a7c595730bac81d2f5e6250c
drm/i915/trace: Remove engine out of the context sandwich

In the string tracepoint representation we ended up with the engine
sandwiched between context hardware id and context fence id.

Move the two pieces of context data together for redability.

Binary records are left as is, that is both fields remaing under the
existing name and ordering.

v2:
 * Do not consolidate the printk format, just reorder. (Lionel)

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180525082642.18246-2-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/i915_trace.h