index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_prime.c
Age
Commit message (
Expand
)
Author
2013-07-05
drm: add mmap function to prime helpers
Joonyoung Shim
2013-07-05
drm/prime: fix sgt NULL checking
Joonyoung Shim
2013-07-03
drm/prime: fix up handle_to_fd ioctl return value
Daniel Vetter
2013-06-28
drm/prime: add return check for dma_buf_fd
YoungJun Cho
2013-06-28
drm/prime: reorder drm_prime_add_buf_handle and remove prototype
Seung-Woo Kim
2013-06-28
drm/prime: fix to put an exported dma_buf for adding handle failure
YoungJun Cho
2013-06-28
drm/prime: support to cache mapping
Joonyoung Shim
2013-06-28
drm/prime: replace NULL with error value in drm_prime_pages_to_sg
YoungJun Cho
2013-06-28
drm/prime: fix to check return of dma_map_sg in prime helper
YoungJun Cho
2013-06-27
Merge tag 'v3.10-rc7' into drm-next
Dave Airlie
2013-06-19
drm/prime: Honor requested file flags when exporting a buffer
Laurent Pinchart
2013-06-10
drm/prime: Cocci spatch "err_cast.spatch"
Thomas Meyer
2013-06-10
drm: move pinning/unpinning to buffer attach
Maarten Lankhorst
2013-06-10
drm: add unpin function to prime helpers
Maarten Lankhorst
2013-05-01
drm/prime: warn for non-empty handle lookup list during drm file release
Imre Deak
2013-04-30
drm: prime: fix refcounting on the dmabuf import error path
Imre Deak
2013-04-30
drm/prime: keep a reference from the handle to exported dma-buf (v6)
Dave Airlie
2013-03-23
drm: modify pages_to_sg prime helper to create optimized SG table
Rahul Sharma
2013-02-08
drm: add prime helpers
Aaron Plattner
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-05-23
drm/prime: add exported buffers to current fprivs imported buffer list (v2)
Dave Airlie
2012-05-23
drm/prime: introduce sg->pages/addr arrays helper
Dave Airlie
2012-03-30
drm: base prime/dma-buf support (v5)
Dave Airlie