[Intel-gfx] [PATCH v2 0/2] drm/i915: timeline semaphore support
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Jun 27 08:03:37 UTC 2019
Hi,
This revision gets rid of the synchronous wait. We now implement the
synchronous wait as part of the userspace driver. A thread is spawned
for each engine and waits for availability of the syncobjs before
calling into execbuffer.
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 | 310 ++++++++++++++----
drivers/gpu/drm/i915/i915_drv.c | 2 +
include/uapi/drm/i915_drm.h | 62 +++-
3 files changed, 314 insertions(+), 60 deletions(-)
--
2.21.0.392.gf8f6787159e
More information about the Intel-gfx
mailing list