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

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v5 0/2] drm/i915: timeline semaphore support
@ 2019-08-22 12:12 Lionel Landwerlin
  2019-08-24  6:42 ` ✓ Fi.CI.IGT: success for " Patchwork
  0 siblings, 1 reply; 8+ messages in thread
From: Lionel Landwerlin @ 2019-08-22 12:12 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] drm/i915: timeline semaphore support
@ 2019-05-23 11:46 Lionel Landwerlin
  2019-05-25  0:59 ` ✓ Fi.CI.IGT: success for " Patchwork
  0 siblings, 1 reply; 8+ messages in thread
From: Lionel Landwerlin @ 2019-05-23 11:46 UTC (permalink / raw)
  To: intel-gfx

Hi all,

This series implement required changes to support Vulkan timeline
semaphores. Mesa's Anv driver will make use of this, unfortunately we
can't disclose the userspace changes yet.

Hoping we can bend the rules a bit (like for the drm-syncobj changes
landed already), so that we can be compliant on the first day the
Vulkan spec is released.

Cheers,

Lionel Landwerlin (2):
  drm/syncobj: add an output syncobj parameter to find_fence
  drm/i915: add syncobj timeline support

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c     |   4 +-
 drivers/gpu/drm/drm_syncobj.c              |  45 +++--
 drivers/gpu/drm/i915/i915_drv.c            |   4 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 190 ++++++++++++++++-----
 drivers/gpu/drm/v3d/v3d_gem.c              |   5 +-
 include/drm/drm_syncobj.h                  |   1 +
 include/uapi/drm/i915_drm.h                |  38 ++++-
 7 files changed, 220 insertions(+), 67 deletions(-)

--
2.21.0.392.gf8f6787159e
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-08-24  6:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 22:31 [PATCH v5 0/2] drm/i915: timeline semaphore support Lionel Landwerlin
2019-08-22 22:31 ` [PATCH v5 1/2] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
2019-08-22 22:31 ` [PATCH v5 2/2] drm/i915: add syncobj timeline support Lionel Landwerlin
2019-08-23 10:14 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support Patchwork
2019-08-23 10:46 ` ✓ Fi.CI.BAT: success " Patchwork
2019-08-24  5:35 ` ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2019-08-22 12:12 [PATCH v5 0/2] " Lionel Landwerlin
2019-08-24  6:42 ` ✓ Fi.CI.IGT: success for " Patchwork
2019-05-23 11:46 [PATCH 0/2] " Lionel Landwerlin
2019-05-25  0:59 ` ✓ Fi.CI.IGT: success for " 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.