[Intel-gfx] [PATCH 0/5] First cut of prime patches for drm-next

Daniel Vetter daniel.vetter at ffwll.ch
Thu Aug 8 09:10:35 CEST 2013


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




More information about the Intel-gfx mailing list