Message ID | 20190822121210.21959-1-lionel.g.landwerlin@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/i915: timeline semaphore support | expand |
FYI, apart from a couple of pre-existing issues, the Mesa series that makes use of this i915 change is reviewed : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1525 Cheers, -Lionel On 22/08/2019 15:12, Lionel Landwerlin wrote: > Hi, > > Just fiddling with enums to avoid default 0 values as recommended by > Jason. > > Cheers, > > Lionel Landwerlin (2): > drm/i915: introduce a mechanism to extend execbuf2 > drm/i915: add syncobj timeline support > > .../gpu/drm/i915/gem/i915_gem_execbuffer.c | 346 +++++++++++++++--- > drivers/gpu/drm/i915/i915_drv.c | 3 +- > drivers/gpu/drm/i915/i915_getparam.c | 1 + > include/uapi/drm/i915_drm.h | 65 +++- > 4 files changed, 354 insertions(+), 61 deletions(-) > > -- > 2.23.0 >