Skip to content

Commit

Permalink
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Browse files Browse the repository at this point in the history
To pick the changes in:

  b65a948 ("drm/i915/userptr: Probe existence of backing struct pages upon creation")
  ee242ca ("drm/i915/guc: Implement GuC priority management")
  81340cf ("drm/i915/uapi: reject set_domain for discrete")
  7961c5b ("drm/i915: Add TTM offset argument to mmap.")
  aef7b67 ("drm/i915/uapi: convert drm_i915_gem_userptr to kernel doc")
  e7737b6 ("drm/i915/uapi: reject caching ioctls for discrete")
  3aa8c57 ("drm/i915/uapi: convert drm_i915_gem_set_domain to kernel doc")
  289f5a7 ("drm/i915/uapi: convert drm_i915_gem_caching to kernel doc")
  4a766ae ("drm/i915: Drop the CONTEXT_CLONE API (v2)")
  6ff6d61 ("drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP")
  fe4751c ("drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE")
  5777295 ("drm/i915: Document the Virtual Engine uAPI")
  c649432 ("drm/i915: Fix busy ioctl commentary")

That doesn't result in any changes to tooling as no new ioctl were
added (at least not perceived by tools/perf/trace/beauty/drm_ioctl.sh).

Addressing 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: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Jason Ekstrand <[email protected]>
Cc: John Harrison <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Matthew Auld <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
acmel committed Sep 11, 2021
1 parent 2bae3e6 commit 4dc24d7
Showing 1 changed file with 417 additions and 81 deletions.
Loading

0 comments on commit 4dc24d7

Please sign in to comment.