index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_dmabuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
|
/
*
i915: add dma-buf vmap support for exporting vmapped buffer
Dave Airlie
2012-05-31
1
-0
/
+55
*
i915: add stub dma-buf mmap callback.
Dave Airlie
2012-05-31
1
-0
/
+6
*
drm/i915: make some dmabuf things static
Dave Airlie
2012-05-23
1
-4
/
+4
*
i915: add dmabuf/prime buffer sharing support.
Daniel Vetter
2012-05-23
1
-0
/
+171