public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/4] svm support
@ 2016-08-15 11:48 Mika Kuoppala
  2016-08-15 11:48 ` [PATCH RFC 1/4] drm/i915: add create_context2 ioctl Mika Kuoppala
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Mika Kuoppala @ 2016-08-15 11:48 UTC (permalink / raw)
  To: intel-gfx

Hi,

Now when fences got merged I reworked the series. It is now much
smaller in size. Some items are still missing like error state recording,
fault handling, documentation and in fences.

You can also find the most recent version in here:
https://cgit.freedesktop.org/~miku/drm-intel/log/?h=svm

-Mika

Jesse Barnes (4):
  drm/i915: add create_context2 ioctl
  drm/i915: IOMMU based SVM implementation v13
  drm/i915: add SVM execbuf ioctl v10
  drm/i915: Add param for SVM

 drivers/gpu/drm/i915/Kconfig               |   1 +
 drivers/gpu/drm/i915/i915_drv.c            |   5 +
 drivers/gpu/drm/i915/i915_drv.h            |  37 +++++++
 drivers/gpu/drm/i915/i915_gem.c            |   7 ++
 drivers/gpu/drm/i915/i915_gem_context.c    | 172 +++++++++++++++++++++++++----
 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 157 ++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_reg.h            |  18 +++
 drivers/gpu/drm/i915/intel_lrc.c           |  39 +++----
 include/uapi/drm/i915_drm.h                |  55 +++++++++
 9 files changed, 446 insertions(+), 45 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2016-08-17 15:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 11:48 [PATCH RFC 0/4] svm support Mika Kuoppala
2016-08-15 11:48 ` [PATCH RFC 1/4] drm/i915: add create_context2 ioctl Mika Kuoppala
2016-08-15 11:55   ` Chris Wilson
2016-08-15 12:25     ` Mika Kuoppala
2016-08-15 12:56       ` Chris Wilson
2016-08-15 16:25         ` Jesse Barnes
2016-08-15 16:36           ` Chris Wilson
2016-08-15 12:03   ` Joonas Lahtinen
2016-08-15 11:48 ` [PATCH RFC 2/4] drm/i915: IOMMU based SVM implementation v13 Mika Kuoppala
2016-08-15 12:05   ` Chris Wilson
2016-08-15 12:13     ` David Woodhouse
2016-08-15 12:23       ` Chris Wilson
2016-08-15 12:30         ` David Woodhouse
2016-08-15 12:53           ` Chris Wilson
2016-08-15 13:04             ` David Woodhouse
2016-08-15 12:07   ` David Woodhouse
2016-08-15 11:48 ` [PATCH RFC 3/4] drm/i915: add SVM execbuf ioctl v10 Mika Kuoppala
2016-08-15 12:09   ` Chris Wilson
2016-08-15 12:34     ` Mika Kuoppala
2016-08-15 16:26       ` Jesse Barnes
2016-08-17  9:37         ` Joonas Lahtinen
2016-08-17 14:59           ` Jesse Barnes
2016-08-15 11:48 ` [PATCH RFC 4/4] drm/i915: Add param for SVM Mika Kuoppala
2016-08-15 12:11   ` Chris Wilson
2016-08-15 12:22     ` Mika Kuoppala
2016-08-15 12:24 ` ✗ Ro.CI.BAT: failure for svm support Patchwork
2016-08-15 13:43 ` [PATCH RFC 0/4] " Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox