All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Enhance DMABUF with reference counting for exporter module
@ 2012-08-09  9:36 Tomasz Stanislawski
  2012-08-09  9:36 ` [PATCH v2 1/2] dma-buf: add " Tomasz Stanislawski
  2012-08-09  9:36 ` [PATCH v2 2/2] drm: set owner field to for all DMABUF exporters Tomasz Stanislawski
  0 siblings, 2 replies; 5+ messages in thread
From: Tomasz Stanislawski @ 2012-08-09  9:36 UTC (permalink / raw)
  To: linux-media, dri-devel
  Cc: airlied, m.szyprowski, t.stanislaws, kyungmin.park,
	laurent.pinchart, sumit.semwal, inki.dae, daniel.vetter, rob,
	pawel, linaro-mm-sig, linux-kernel, gregkh, jy0922.shim,
	sw0312.kim, dan.j.williams

Hello,
This patchset adds reference counting for an exporter module to DMABUF
framework.  Moreover, it adds setup of an owner field for exporters in DRM
subsystem.

v1: Original
v2:
  - split patch into DMABUF and DRM part
  - allow owner to be NULL

Regards,
Tomasz Stanislawski

Tomasz Stanislawski (2):
  dma-buf: add reference counting for exporter module
  drm: set owner field to for all DMABUF exporters

 Documentation/dma-buf-sharing.txt          |    3 ++-
 drivers/base/dma-buf.c                     |    9 ++++++++-
 drivers/gpu/drm/exynos/exynos_drm_dmabuf.c |    1 +
 drivers/gpu/drm/i915/i915_gem_dmabuf.c     |    1 +
 drivers/gpu/drm/nouveau/nouveau_prime.c    |    1 +
 drivers/gpu/drm/radeon/radeon_prime.c      |    1 +
 drivers/staging/omapdrm/omap_gem_dmabuf.c  |    1 +
 include/linux/dma-buf.h                    |    2 ++
 8 files changed, 17 insertions(+), 2 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-08-09 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09  9:36 [PATCH v2 0/2] Enhance DMABUF with reference counting for exporter module Tomasz Stanislawski
2012-08-09  9:36 ` [PATCH v2 1/2] dma-buf: add " Tomasz Stanislawski
2012-08-09 14:23   ` Greg KH
2012-08-09 14:54     ` Tomasz Stanislawski
2012-08-09  9:36 ` [PATCH v2 2/2] drm: set owner field to for all DMABUF exporters Tomasz Stanislawski

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.