Re: [Intel-gfx] [PATCH] drm/i915: add syncobj timeline support

2020-08-03 Thread Lionel Landwerlin
On 03/08/2020 17:23, Chris Wilson wrote: -enum drm_i915_gem_execbuffer_ext { - /** -* See drm_i915_gem_execbuf_ext_timeline_fences. -*/ - DRM_I915_GEM_EXECBUFFER_EXT_TIMELINE_FENCES = 1, - - DRM_I915_GEM_EXECBUFFER_EXT_MAX /* non-ABI */ -}; +/** + * See drm_i915_

[Intel-gfx] [PATCH] drm/i915: add syncobj timeline support

2020-08-03 Thread Chris Wilson
This is the bunch of trivial changes that I had wanted. - stop arbitrarily limiting the uABI to a single extension block - handle timeline syncobj as an extension of binary syncobj - num_fences to appease Tvrtko who objects to me calling things nobject - the only way not to have ABI values is n