mbox series

[v3,0/2] drm/i915: timeline semaphore support

Message ID 20190731140733.23373-1-lionel.g.landwerlin@intel.com (mailing list archive)
Headers show
Series drm/i915: timeline semaphore support | expand

Message

Lionel Landwerlin July 31, 2019, 2:07 p.m. UTC
Hi all,

This is the timeline semaphore support extracted from the vulkan
performance query support series.

We're hoping to get this in so we can support timeline semaphore as
soon as possible.

The mesa MR make use of this series (although not all the features) is
at : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1525

IGT tests are available in the vulkan perf query series :
https://patchwork.freedesktop.org/series/64220/

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    | 335 +++++++++++++++---
 drivers/gpu/drm/i915/i915_drv.c               |   4 +-
 include/uapi/drm/i915_drm.h                   |  64 +++-
 3 files changed, 342 insertions(+), 61 deletions(-)

--
2.22.0