All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] drm/i915: timeline semaphore support
@ 2019-07-31 14:07 Lionel Landwerlin
  2019-07-31 14:07 ` [PATCH v3 1/2] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Lionel Landwerlin @ 2019-07-31 14:07 UTC (permalink / raw)
  To: intel-gfx

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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-08-11  8:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 14:07 [PATCH v3 0/2] drm/i915: timeline semaphore support Lionel Landwerlin
2019-07-31 14:07 ` [PATCH v3 1/2] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
2019-07-31 21:41   ` Chris Wilson
2019-07-31 14:07 ` [PATCH v3 2/2] drm/i915: add syncobj timeline support Lionel Landwerlin
2019-07-31 20:03   ` Chris Wilson
2019-08-01  7:43     ` Lionel Landwerlin
2019-08-01  8:08       ` Chris Wilson
2019-08-01  9:01         ` Lionel Landwerlin
2019-08-01  9:22           ` Chris Wilson
2019-08-01  9:37             ` Lionel Landwerlin
2019-08-01 10:18               ` Chris Wilson
2019-08-01 14:29     ` Lionel Landwerlin
2019-08-01 15:16       ` Chris Wilson
2019-08-01 15:35         ` Lionel Landwerlin
2019-08-11  8:51         ` Lionel Landwerlin
2019-07-31 14:27 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support (rev3) Patchwork
2019-07-31 14:29 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-08-01 14:31 ` ✓ Fi.CI.BAT: success " Patchwork
2019-08-02  6:05 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.