From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [PULL] GEM CMA DMA-BUF
Date: Sat, 08 Jun 2013 09:25:09 +0200 [thread overview]
Message-ID: <3778384.Cd0Vya06Ml@avalon> (raw)
Hi Dave,
Here's a small pull request for v3.11 that contains the GEM CMA DMA-BUF
support patches. The content is identical to "[PATCH v3 0/5] GEM CMA DMA-BUF
support" with acks picked up from the list.
The following changes since commit 328a4719b6a0930721b5f8d5c69993d3b6e3913f:
drm_modes: videomode: add doubleclk flag (2013-06-03 18:42:35 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm/next
for you to fetch changes up to 71d7282a0f1abb488e5be4d154893579624bc683:
drm: GEM CMA: Add DRM PRIME support (2013-06-08 09:14:05 +0200)
----------------------------------------------------------------
Laurent Pinchart (5):
drm/gem: Split drm_gem_mmap() into object search and object mapping
drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap
drm: GEM CMA: Split object creation into object alloc and DMA memory
alloc
drm: GEM CMA: Split object mapping into GEM mapping and CMA mapping
drm: GEM CMA: Add DRM PRIME support
drivers/gpu/drm/drm_gem.c | 83 +++++---
drivers/gpu/drm/drm_gem_cma_helper.c | 404 ++++++++++++++++++++++++++---
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 32 +--
include/drm/drmP.h | 2 +
include/drm/drm_gem_cma_helper.h | 9 +
5 files changed, 434 insertions(+), 96 deletions(-)
--
Regards,
Laurent Pinchart
next reply other threads:[~2013-06-08 7:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-08 7:25 Laurent Pinchart [this message]
2013-06-10 22:24 ` [PULL] GEM CMA DMA-BUF Dave Airlie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3778384.Cd0Vya06Ml@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.