Age | Commit message (Expand) | Author |
2019-05-28 | drm/i915: Move more GEM objects under gem/ | Chris Wilson |
2019-03-21 | drm/i915: Flush pages on acquisition | Chris Wilson |
2019-02-28 | drm/i915: Make object/vma allocation caches global | Chris Wilson |
2019-01-09 | drm/i915: drop all drmP.h includes | Jani Nikula |
2018-06-20 | dma-buf: remove kmap_atomic interface | Christian König |
2018-02-16 | drm: move read_domains and write_domain into i915 | Christian König |
2017-10-09 | drm/i915: s/sg_mask/sg_page_sizes/ | Matthew Auld |
2017-10-07 | drm/i915: introduce page_size members | Matthew Auld |
2017-10-07 | drm/i915: push set_pages down to the callers | Matthew Auld |
2017-05-03 | drm/i915: Implement dma_buf_ops->kmap | Chris Wilson |
2017-04-20 | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro | Logan Gunthorpe |
2017-03-08 | Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr... | Dave Airlie |
2017-03-02 | Merge remote-tracking branch 'ovl/for-viro' into for-linus | Al Viro |
2017-02-20 | mm: use helper for calling f_op->mmap() | Miklos Szeredi |
2017-02-13 | drm/i915: Add some mock tests for dmabuf interop | Chris Wilson |
2016-12-01 | drm/i915: Make GEM object alloc/free and stolen created take dev_priv | Tvrtko Ursulin |
2016-10-28 | drm/i915: Move GEM activity tracking into a common struct reservation_object | Chris Wilson |
2016-10-28 | drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex | Chris Wilson |
2016-10-28 | drm/i915: Pass around sg_table to get_pages/put_pages backend | Chris Wilson |
2016-10-28 | drm/i915: Refactor object page API | Chris Wilson |
2016-10-05 | drm/prime: Take a ref on the drm_dev when exporting a dma_buf | Chris Wilson |
2016-08-12 | drm/i915: Support for creating write combined type vmaps | Chris Wilson |
2016-08-04 | drm/i915: Export our request as a dma-buf fence on the reservation object | Chris Wilson |
2016-07-20 | drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get | Chris Wilson |
2016-07-20 | drm/i915: Mark imported dma-buf objects as being coherent | Chris Wilson |
2016-04-11 | Merge tag 'v4.6-rc3' into drm-intel-next-queued | Daniel Vetter |
2016-04-11 | drm/i915: Refactor duplicate object vmap functions | Chris Wilson |
2016-04-11 | drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf | Chris Wilson |
2016-03-19 | dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() | Chris Wilson |
2016-02-09 | drm/i915: Use CPU mapping for userspace dma-buf mmap() | Tiago Vignatti |
2016-02-09 | drm/i915: Implement end_cpu_access | Tiago Vignatti |
2016-02-09 | dma-buf: Remove range-based flush | Tiago Vignatti |
2015-07-13 | drm/i915: remove unused has_dma_mapping flag | Imre Deak |
2015-04-21 | dma-buf: cleanup dma_buf_export() to make it easily extensible | Sumit Semwal |
2014-07-08 | dma-buf: use reservation objects | Maarten Lankhorst |
2014-05-16 | drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl | Chris Wilson |
2014-04-09 | drm/i915: dma_buf_vunmap is presumed not to fail, don't let it | Chris Wilson |
2013-11-29 | drm/i915: Pin pages whilst allocating for dma-buf vmap() | Chris Wilson |
2013-09-03 | drm/i915: Pin pages whilst mapping the dma-buf | Chris Wilson |
2013-08-30 | Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet... | Dave Airlie |
2013-08-22 | drm/i915: explicit store base gem object in dma_buf->priv | Daniel Vetter |
2013-08-22 | drm/i915: unpin backing storage in dmabuf_unmap | Daniel Vetter |
2013-08-19 | drm: use common drm_gem_dmabuf_release in i915/exynos drivers | Daniel Vetter |
2013-07-23 | drm/gem: simplify object initialization | David Herrmann |
2013-05-01 | drm/i915: fix dmabuf vmap support | Dave Airlie |
2013-05-01 | drm: prime: fix refcounting on the dmabuf import error path | Imre Deak |
2013-03-27 | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak |
2013-03-23 | drm/i915: handle walking compact dma scatter lists | Imre Deak |
2013-01-17 | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet... | Dave Airlie |
2013-01-08 | drm/prime: drop reference on imported dma-buf come from gem | Seung-Woo Kim |