dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5] mmap on the dma-buf directly
@ 2015-08-26 23:29 Tiago Vignatti
  2015-08-26 23:29 ` [PATCH 1/6] drm: prime: Honour O_RDWR during prime-handle-to-fd Tiago Vignatti
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Tiago Vignatti @ 2015-08-26 23:29 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.thompson, daniel.vetter, thellstrom, jglisse

Lot's of discussion since v4, thanks for your feedback:

http://lists.freedesktop.org/archives/dri-devel/2015-August/088259.html

The two main concerns was about range-based flush (which we decided to
postpone) and about making the SYNC ioctl mandatory. I need you guys guiding
and educating me on the latter now. PTAL.

Tiago


Daniel Thompson (1):
  drm: prime: Honour O_RDWR during prime-handle-to-fd

Daniel Vetter (1):
  dma-buf: Add ioctls to allow userspace to flush

Tiago Vignatti (4):
  dma-buf: Remove range-based flush
  dma-buf: DRAFT: Make SYNC mandatory when userspace mmap
  drm/i915: Implement end_cpu_access
  drm/i915: Use CPU mapping for userspace dma-buf mmap()

 Documentation/dma-buf-sharing.txt         | 31 +++++++----
 drivers/dma-buf/dma-buf.c                 | 87 +++++++++++++++++++++++++++----
 drivers/gpu/drm/drm_prime.c               | 10 ++--
 drivers/gpu/drm/i915/i915_gem_dmabuf.c    | 42 ++++++++++++++-
 drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c |  4 +-
 drivers/gpu/drm/udl/udl_fb.c              |  2 -
 drivers/staging/android/ion/ion.c         |  6 +--
 drivers/staging/android/ion/ion_test.c    |  4 +-
 include/linux/dma-buf.h                   | 15 +++---
 include/uapi/drm/drm.h                    |  1 +
 include/uapi/linux/dma-buf.h              | 41 +++++++++++++++
 11 files changed, 196 insertions(+), 47 deletions(-)
 create mode 100644 include/uapi/linux/dma-buf.h

-- 
2.1.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-08-27 19:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 23:29 [PATCH v5] mmap on the dma-buf directly Tiago Vignatti
2015-08-26 23:29 ` [PATCH 1/6] drm: prime: Honour O_RDWR during prime-handle-to-fd Tiago Vignatti
2015-08-27 16:36   ` Emil Velikov
2015-08-27 18:19     ` Tiago Vignatti
2015-08-26 23:29 ` [PATCH 2/6] dma-buf: Remove range-based flush Tiago Vignatti
2015-08-26 23:29 ` [PATCH 3/6] dma-buf: Add ioctls to allow userspace to flush Tiago Vignatti
2015-08-27  8:03   ` Chris Wilson
2015-08-27 19:58     ` Tiago Vignatti
2015-08-27 12:06   ` Hwang, Dongseong
2015-08-27 19:53     ` Tiago Vignatti
2015-08-26 23:29 ` [PATCH 4/6] dma-buf: DRAFT: Make SYNC mandatory when userspace mmap Tiago Vignatti
2015-08-26 23:29 ` [PATCH 5/6] drm/i915: Implement end_cpu_access Tiago Vignatti
2015-08-26 23:29 ` [PATCH 6/6] drm/i915: Use CPU mapping for userspace dma-buf mmap() Tiago Vignatti

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