Age | Commit message (Expand) | Author | Files | Lines |
2016-03-19 | dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() | Chris Wilson | 1 | -10/+5 |
2016-02-09 | drm/i915: Use CPU mapping for userspace dma-buf mmap() | Tiago Vignatti | 1 | -1/+17 |
2016-02-09 | drm/i915: Implement end_cpu_access | Tiago Vignatti | 1 | -0/+22 |
2016-02-09 | dma-buf: Remove range-based flush | Tiago Vignatti | 1 | -1/+1 |
2015-07-13 | drm/i915: remove unused has_dma_mapping flag | Imre Deak | 1 | -2/+0 |
2015-04-21 | dma-buf: cleanup dma_buf_export() to make it easily extensible | Sumit Semwal | 1 | -2/+8 |
2014-07-08 | dma-buf: use reservation objects | Maarten Lankhorst | 1 | -1/+2 |
2014-05-16 | drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl | Chris Wilson | 1 | -0/+8 |
2014-04-09 | drm/i915: dma_buf_vunmap is presumed not to fail, don't let it | Chris Wilson | 1 | -5/+1 |
2013-11-29 | drm/i915: Pin pages whilst allocating for dma-buf vmap() | Chris Wilson | 1 | -5/+8 |
2013-09-03 | drm/i915: Pin pages whilst mapping the dma-buf | Chris Wilson | 1 | -19/+22 |
2013-08-30 | Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet... | Dave Airlie | 1 | -8/+19 |
2013-08-22 | drm/i915: explicit store base gem object in dma_buf->priv | Daniel Vetter | 1 | -9/+12 |
2013-08-22 | drm/i915: unpin backing storage in dmabuf_unmap | Daniel Vetter | 1 | -0/+8 |
2013-08-19 | drm: use common drm_gem_dmabuf_release in i915/exynos drivers | Daniel Vetter | 1 | -12/+1 |
2013-07-23 | drm/gem: simplify object initialization | David Herrmann | 1 | -6/+1 |
2013-05-01 | drm/i915: fix dmabuf vmap support | Dave Airlie | 1 | -1/+1 |
2013-05-01 | drm: prime: fix refcounting on the dmabuf import error path | Imre Deak | 1 | -1/+4 |
2013-03-27 | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak | 1 | -1/+1 |
2013-03-23 | drm/i915: handle walking compact dma scatter lists | Imre Deak | 1 | -6/+7 |
2013-01-17 | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet... | Dave Airlie | 1 | -3/+2 |
2013-01-08 | drm/prime: drop reference on imported dma-buf come from gem | Seung-Woo Kim | 1 | -0/+5 |
2012-12-20 | drm/i915: fix flags in dma buf exporting | Dave Airlie | 1 | -1/+1 |
2012-11-30 | drm/i915: Use a slab for object allocation | Chris Wilson | 1 | -3/+2 |
2012-10-03 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -53/+121 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -1/+1 |
2012-09-20 | drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops | Chris Wilson | 1 | -14/+30 |
2012-09-20 | drm/i915: Replace the array of pages with a scatterlist | Chris Wilson | 1 | -33/+66 |
2012-09-20 | drm/i915: Pin backing pages whilst exporting through a dmabuf vmap | Chris Wilson | 1 | -2/+6 |
2012-09-20 | drm/i915: Introduce drm_i915_gem_object_ops | Chris Wilson | 1 | -2/+2 |
2012-08-21 | drm/i915: Track unbound pages | Chris Wilson | 1 | -11/+9 |
2012-08-17 | drm/i915: implement dma buf begin_cpu_access (v2) | Dave Airlie | 1 | -0/+17 |
2012-05-31 | i915: add dma-buf vmap support for exporting vmapped buffer | Dave Airlie | 1 | -0/+55 |
2012-05-31 | i915: add stub dma-buf mmap callback. | Dave Airlie | 1 | -0/+6 |
2012-05-23 | drm/i915: make some dmabuf things static | Dave Airlie | 1 | -4/+4 |
2012-05-23 | i915: add dmabuf/prime buffer sharing support. | Daniel Vetter | 1 | -0/+171 |