-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools headers UAPI: Sync drm/i915_drm.h with the kernel
To pick up the changes from: d1172ab ("drm/i915: Introduce struct class_instance for engines across the uAPI") 96fd2c6 ("drm/i915: Drop new chunks of context creation ABI (for now)") ea593db ("drm/i915: Allow contexts to share a single timeline across all engines") b917154 ("drm/i915: Extend CONTEXT_CREATE to set parameters upon construction") e0695db ("drm/i915: Create/destroy VM (ppGTT) for use with contexts") 9d1305e ("drm/i915: Introduce the i915_user_extension_method") c8b5024 ("drm/i915: Remove last traces of exec-id (GEM_BUSY)") d90c06d ("drm/i915: Fix I915_EXEC_RING_MASK") e886196 ("drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+") be03564 ("drm/i915: Include reminders about leaving no holes in uAPI enums") ba4fda6 ("drm/i915: Optionally disable automatic recovery after a GPU reset") We still don't take into account the _IOC_SIZE() to differentiate ioctl cmds, so more work is needed to support the extension mechanism that is being used here so that we can differentiate DRM_IOCTL_I915_GEM_CONTEXT_CREATE from the newly introduced DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT cmd. 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: Adrian Hunter <adrian.hunter@intel.com> Cc: Brendan Gregg <brendan.d.gregg@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Chris Wilson <chris@chris-wilson.co.uk> Link: https://lkml.kernel.org/n/tip-csn0vanmc7pevyka5qcg0xyw@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
- Loading branch information
Arnaldo Carvalho de Melo
committed
May 28, 2019
1 parent
b5b999d
commit e6aff9f
Showing
1 changed file
with
181 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters