From: Rob Clark <rob@xxxxxx> Now that dmabuf mmap support is in dmabuf-next, here is support for it in omapdrm. Also some basic support to import dmabuf's. For now it can only re-import dmabuf's that it exported itself, mainly because I don't yet need anything else and also because at the moment I don't have a way to test it (need another exporter). Rob Clark (2): staging: drm/omap: dmabuf/prime mmap support staging: drm/omap: initial dmabuf/prime import support drivers/staging/omapdrm/omap_drv.c | 2 + drivers/staging/omapdrm/omap_drv.h | 7 ++ drivers/staging/omapdrm/omap_fb.c | 5 +- drivers/staging/omapdrm/omap_gem.c | 104 ++++++++++++++++++++++++++--- drivers/staging/omapdrm/omap_gem_dmabuf.c | 70 +++++++++++++++++++ 5 files changed, 177 insertions(+), 11 deletions(-) -- 1.7.9.5 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel