index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_dmabuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Implement dma_buf_ops->kmap
Chris Wilson
2017-05-03
1
-0
/
+24
*
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
2017-04-20
1
-4
/
+4
*
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-03-08
1
-0
/
+5
|
\
|
*
drm/i915: Add some mock tests for dmabuf interop
Chris Wilson
2017-02-13
1
-0
/
+5
*
|
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
2017-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mm: use helper for calling f_op->mmap()
Miklos Szeredi
2017-02-20
1
-1
/
+1
*
|
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
|
/
*
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
1
-50
/
+3
*
drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
Chris Wilson
2016-10-28
1
-39
/
+30
*
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
1
-12
/
+8
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-8
/
+6
*
drm/prime: Take a ref on the drm_dev when exporting a dma_buf
Chris Wilson
2016-10-05
1
-1
/
+1
*
drm/i915: Support for creating write combined type vmaps
Chris Wilson
2016-08-12
1
-1
/
+1
*
drm/i915: Export our request as a dma-buf fence on the reservation object
Chris Wilson
2016-08-04
1
-3
/
+55
*
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
Chris Wilson
2016-07-20
1
-2
/
+1
*
drm/i915: Mark imported dma-buf objects as being coherent
Chris Wilson
2016-07-20
1
-0
/
+10
*
Merge tag 'v4.6-rc3' into drm-intel-next-queued
Daniel Vetter
2016-04-11
1
-10
/
+5
|
\
|
*
dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()
Chris Wilson
2016-03-19
1
-10
/
+5
*
|
drm/i915: Refactor duplicate object vmap functions
Chris Wilson
2016-04-11
1
-44
/
+5
*
|
drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf
Chris Wilson
2016-04-11
1
-3
/
+1
|
/
*
drm/i915: Use CPU mapping for userspace dma-buf mmap()
Tiago Vignatti
2016-02-09
1
-1
/
+17
*
drm/i915: Implement end_cpu_access
Tiago Vignatti
2016-02-09
1
-0
/
+22
*
dma-buf: Remove range-based flush
Tiago Vignatti
2016-02-09
1
-1
/
+1
*
drm/i915: remove unused has_dma_mapping flag
Imre Deak
2015-07-13
1
-2
/
+0
*
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
2015-04-21
1
-2
/
+8
*
dma-buf: use reservation objects
Maarten Lankhorst
2014-07-08
1
-1
/
+2
*
drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
Chris Wilson
2014-05-16
1
-0
/
+8
*
drm/i915: dma_buf_vunmap is presumed not to fail, don't let it
Chris Wilson
2014-04-09
1
-5
/
+1
*
drm/i915: Pin pages whilst allocating for dma-buf vmap()
Chris Wilson
2013-11-29
1
-5
/
+8
*
drm/i915: Pin pages whilst mapping the dma-buf
Chris Wilson
2013-09-03
1
-19
/
+22
*
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-30
1
-8
/
+19
|
\
|
*
drm/i915: explicit store base gem object in dma_buf->priv
Daniel Vetter
2013-08-22
1
-9
/
+12
|
*
drm/i915: unpin backing storage in dmabuf_unmap
Daniel Vetter
2013-08-22
1
-0
/
+8
*
|
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
Daniel Vetter
2013-08-19
1
-12
/
+1
*
|
drm/gem: simplify object initialization
David Herrmann
2013-07-23
1
-6
/
+1
|
/
*
drm/i915: fix dmabuf vmap support
Dave Airlie
2013-05-01
1
-1
/
+1
*
drm: prime: fix refcounting on the dmabuf import error path
Imre Deak
2013-05-01
1
-1
/
+4
*
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
2013-03-27
1
-1
/
+1
*
drm/i915: handle walking compact dma scatter lists
Imre Deak
2013-03-23
1
-6
/
+7
*
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-01-17
1
-3
/
+2
|
\
|
*
drm/i915: Use a slab for object allocation
Chris Wilson
2012-11-30
1
-3
/
+2
*
|
drm/prime: drop reference on imported dma-buf come from gem
Seung-Woo Kim
2013-01-08
1
-0
/
+5
*
|
drm/i915: fix flags in dma buf exporting
Dave Airlie
2012-12-20
1
-1
/
+1
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-53
/
+121
|
\
|
*
drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
Chris Wilson
2012-09-20
1
-14
/
+30
|
*
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
2012-09-20
1
-33
/
+66
|
*
drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
Chris Wilson
2012-09-20
1
-2
/
+6
|
*
drm/i915: Introduce drm_i915_gem_object_ops
Chris Wilson
2012-09-20
1
-2
/
+2
|
*
drm/i915: Track unbound pages
Chris Wilson
2012-08-21
1
-11
/
+9
|
*
drm/i915: implement dma buf begin_cpu_access (v2)
Dave Airlie
2012-08-17
1
-0
/
+17
[next]