index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_prime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/prime: make the pages array optional for drm_prime_sg_to_page_addr_arrays
Christian König
2018-03-06
1
-10
/
+10
*
drm/prime: fix potential race in drm_gem_map_detach
Christian König
2018-03-06
1
-16
/
+16
*
drm: add kernel doc for exported gem dmabuf_ops
Samuel Li
2018-01-19
1
-0
/
+88
*
drm: export gem dmabuf_ops for drivers to reuse
Samuel Li
2018-01-09
1
-22
/
+31
*
drm/prime: skip CPU sync in map/unmap dma_buf
Lucas Stach
2017-12-04
1
-3
/
+5
*
drm/core: clean up references to drm_dev_unref()
Aishwarya Pant
2017-09-27
1
-1
/
+1
*
drm: introduce drm_dev_{get/put} functions
Aishwarya Pant
2017-09-26
1
-1
/
+1
*
drm/prime: Introduce drm_gem_prime_import_dev
Laura Abbott
2017-05-08
1
-6
/
+24
*
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
2017-04-20
1
-4
/
+4
*
drm: Extract drm_prime.h
Daniel Vetter
2017-03-09
1
-1
/
+2
*
drm: Introduce drm_gem_object_{get,put}()
Thierry Reding
2017-02-28
1
-5
/
+5
*
drm/prime: Clarify DMA-BUF/GEM Object lifetime
Oleksandr Andrushchenko
2017-01-27
1
-2
/
+15
*
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
Daniel Vetter
2017-01-25
1
-1
/
+1
*
drm: Take ownership of the dmabuf->obj when exporting
Chris Wilson
2016-12-08
1
-5
/
+7
*
drm: Fix up kerneldoc for new drm_gem_dmabuf_export()
Chris Wilson
2016-10-10
1
-1
/
+2
*
drm/prime: Take a ref on the drm_dev when exporting a dma_buf
Chris Wilson
2016-10-05
1
-1
/
+29
*
drm/prime: Pass the right module owner through to dma_buf_export()
Chris Wilson
2016-10-05
1
-7
/
+10
*
drm: Convert prime dma-buf <-> handle to rbtree
Chris Wilson
2016-10-04
1
-11
/
+74
*
drm/prime: fix error path deadlock fail
Rob Clark
2016-06-13
1
-4
/
+6
*
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-1
/
+1
*
drm: prime: Honour O_RDWR during prime-handle-to-fd
Daniel Thompson
2016-02-09
1
-7
/
+3
*
drm/doc: Convert to markdown
Danilo Cesar Lemes de Paula
2015-12-15
1
-10
/
+6
*
drm: prime: Document gem_prime_mmap
Daniel Thompson
2015-06-19
1
-1
/
+3
*
drm/prime: Allow internal imports without import_sg_table
Tomasz Figa
2015-05-12
1
-3
/
+3
*
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
2015-04-21
1
-4
/
+8
*
Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...
Dave Airlie
2014-11-15
1
-1
/
+1
|
\
|
*
drm/prime: Use unsigned type for number of pages
Thierry Reding
2014-11-13
1
-1
/
+1
*
|
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
2014-10-21
1
-2
/
+2
|
/
*
drm: Pass dma-buf as argument to gem_prime_import_sg_table
Maarten Lankhorst
2014-09-30
1
-1
/
+1
*
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-24
1
-0
/
+2
*
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
2014-09-12
1
-0
/
+1
*
dma-buf: use reservation objects
Maarten Lankhorst
2014-07-08
1
-1
/
+7
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-04-08
1
-21
/
+89
|
\
|
*
drm/doc: Add PRIME function references
Daniel Vetter
2014-03-13
1
-21
/
+89
*
|
dma-buf: avoid using IS_ERR_OR_NULL
Colin Cross
2014-02-07
1
-1
/
+1
|
/
*
drm: Remove unused variable in drm_prime_sg_to_page_addr_arrays()
Lespiau, Damien
2013-10-01
1
-2
/
+1
*
drm/prime: double lock typo
Dan Carpenter
2013-08-30
1
-1
/
+1
*
drm/prime: Always add exported buffers to the handle cache
Daniel Vetter
2013-08-21
1
-33
/
+48
*
drm/prime: make drm_prime_lookup_buf_handle static
Daniel Vetter
2013-08-21
1
-14
/
+15
*
drm/prime: proper locking+refcounting for obj->dma_buf link
Daniel Vetter
2013-08-21
1
-15
/
+55
*
drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle
Daniel Vetter
2013-08-21
1
-3
/
+1
*
drm/prime: shrink critical section protected by prime lock
Daniel Vetter
2013-08-21
1
-2
/
+2
*
drm/prime: use proper pointer in drm_gem_prime_handle_to_fd
Daniel Vetter
2013-08-21
1
-8
/
+8
*
drm/prime: fix error path in drm_gem_prime_fd_to_handle
Daniel Vetter
2013-08-21
1
-1
/
+1
*
drm/prime: remove cargo-cult locking from map_sg helper
Daniel Vetter
2013-08-19
1
-3
/
+0
*
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
Daniel Vetter
2013-08-19
1
-1
/
+2
*
drm: add mmap function to prime helpers
Joonyoung Shim
2013-07-05
1
-1
/
+7
*
drm/prime: fix sgt NULL checking
Joonyoung Shim
2013-07-05
1
-5
/
+6
*
drm/prime: fix up handle_to_fd ioctl return value
Daniel Vetter
2013-07-04
1
-2
/
+5
*
drm/prime: add return check for dma_buf_fd
YoungJun Cho
2013-06-28
1
-11
/
+28
[next]