commit | 57d7116c472cd32ab167f208e1dec100596ce949 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Jun 05 14:41:24 2018 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Jun 05 16:44:12 2018 +0100 |
tree | a4c5a773485e79b1d988841fd1c4190b8033717c | |
parent | f24e74a7b73953b0b0a7afcddfa26c298b20c7c8 [diff] |
drm/i915/trace: Context field needs to be 64-bit wide Underlaying field is u64 so the tracepoint needs to be as well. v2: * Re-order binary packet for 64-bit alignment. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180605134124.25672-1-tvrtko.ursulin@linux.intel.com