public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/5] First cut of prime patches for drm-next
@ 2013-08-08  7:10 Daniel Vetter
  2013-08-08  7:10 ` [PATCH 1/5] drm: use common drm_gem_dmabuf_release in i915/exynos drivers Daniel Vetter
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Daniel Vetter @ 2013-08-08  7:10 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Intel Graphics Development, DRI Development

Hi Dave,

Inki supplied a patch to convert exynos, so I think these prep patches are ready
to go in. I want a common drm_gem_dmabuf_release function across all drivers
since th oops fix around the teardown of the obj->export_dma_buf pointer needs
to have changed code in there, and duplicating tricky locking stuff accross all
drivers isn't great. Please consider merging into drm-next.

Cheers, Daniel

Daniel Vetter (4):
  drm: use common drm_gem_dmabuf_release in i915/exynos drivers
  drm/i915: unpin backing storage in dmabuf_unmap
  drm/i915: explicit store base gem object in dma_buf->priv
  drm/prime: remove cargo-cult locking from map_sg helper

Inki Dae (1):
  drm/exynos: explicit store base gem object in dma_buf->priv

 drivers/gpu/drm/drm_prime.c                |  6 ++---
 drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 35 ++++++++---------------------
 drivers/gpu/drm/i915/i915_gem_dmabuf.c     | 36 +++++++++++++++---------------
 include/drm/drmP.h                         |  1 +
 4 files changed, 30 insertions(+), 48 deletions(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2013-08-14 21:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08  7:10 [PATCH 0/5] First cut of prime patches for drm-next Daniel Vetter
2013-08-08  7:10 ` [PATCH 1/5] drm: use common drm_gem_dmabuf_release in i915/exynos drivers Daniel Vetter
2013-08-08  7:10 ` [PATCH 2/5] drm/i915: unpin backing storage in dmabuf_unmap Daniel Vetter
2013-08-08  7:10 ` [PATCH 3/5] drm/i915: explicit store base gem object in dma_buf->priv Daniel Vetter
2013-08-14 21:37   ` Daniel Vetter
2013-08-08  7:10 ` [PATCH 4/5] drm/exynos: " Daniel Vetter
2013-08-08  7:10 ` [PATCH 5/5] drm/prime: remove cargo-cult locking from map_sg helper Daniel Vetter

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