tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
To pick up the changes in:
6032c33f46953494 ("drm/i915/guc: Connect UAPI to GuC multi-lrc interface")
012d3f3c35f4e0f7 ("drm/i915: Expose logical engine instance to user")
f4453687a2139073 ("drm/i915/uapi: Add comment clarifying purpose of I915_TILING_* values")
bca9cff5618d2e30 ("drm/i915/pxp: interfaces for using protected objects")
dc5aa4acdd6ec66c ("drm/i915/pxp: Create the arbitrary session after boot")
That don't add any new ioctl, so no changes in tooling.
This silences this perf build warning:
Warning: Kernel ABI header at 'tools/include/uapi/drm/i915_drm.h' differs from latest version at 'include/uapi/drm/i915_drm.h'
diff -u tools/include/uapi/drm/i915_drm.h include/uapi/drm/i915_drm.h
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Huang, Sean Z <sean.z.huang@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>