index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_prime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-30
drm/prime: double lock typo
Dan Carpenter
1
-1
/
+1
2013-08-21
drm/prime: Always add exported buffers to the handle cache
Daniel Vetter
1
-33
/
+48
2013-08-21
drm/prime: make drm_prime_lookup_buf_handle static
Daniel Vetter
1
-14
/
+15
2013-08-21
drm/prime: proper locking+refcounting for obj->dma_buf link
Daniel Vetter
1
-15
/
+55
2013-08-21
drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle
Daniel Vetter
1
-3
/
+1
2013-08-21
drm/prime: shrink critical section protected by prime lock
Daniel Vetter
1
-2
/
+2
2013-08-21
drm/prime: use proper pointer in drm_gem_prime_handle_to_fd
Daniel Vetter
1
-8
/
+8
2013-08-21
drm/prime: fix error path in drm_gem_prime_fd_to_handle
Daniel Vetter
1
-1
/
+1
2013-08-19
drm/prime: remove cargo-cult locking from map_sg helper
Daniel Vetter
1
-3
/
+0
2013-08-19
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
Daniel Vetter
1
-1
/
+2
2013-07-05
drm: add mmap function to prime helpers
Joonyoung Shim
1
-1
/
+7
2013-07-05
drm/prime: fix sgt NULL checking
Joonyoung Shim
1
-5
/
+6
2013-07-04
drm/prime: fix up handle_to_fd ioctl return value
Daniel Vetter
1
-2
/
+5
2013-06-28
drm/prime: add return check for dma_buf_fd
YoungJun Cho
1
-11
/
+28
2013-06-28
drm/prime: reorder drm_prime_add_buf_handle and remove prototype
Seung-Woo Kim
1
-16
/
+14
2013-06-28
drm/prime: fix to put an exported dma_buf for adding handle failure
YoungJun Cho
1
-1
/
+7
2013-06-28
drm/prime: support to cache mapping
Joonyoung Shim
1
-3
/
+49
2013-06-28
drm/prime: replace NULL with error value in drm_prime_pages_to_sg
YoungJun Cho
1
-3
/
+5
2013-06-28
drm/prime: fix to check return of dma_map_sg in prime helper
YoungJun Cho
1
-2
/
+7
2013-06-27
Merge tag 'v3.10-rc7' into drm-next
Dave Airlie
1
-2
/
+1
2013-06-19
drm/prime: Honor requested file flags when exporting a buffer
Laurent Pinchart
1
-2
/
+1
2013-06-11
drm/prime: Cocci spatch "err_cast.spatch"
Thomas Meyer
1
-1
/
+1
2013-06-11
drm: move pinning/unpinning to buffer attach
Maarten Lankhorst
1
-15
/
+26
2013-06-11
drm: add unpin function to prime helpers
Maarten Lankhorst
1
-2
/
+11
2013-05-01
drm/prime: warn for non-empty handle lookup list during drm file release
Imre Deak
1
-5
/
+2
2013-05-01
drm: prime: fix refcounting on the dmabuf import error path
Imre Deak
1
-1
/
+7
2013-05-01
drm/prime: keep a reference from the handle to exported dma-buf (v6)
Dave Airlie
1
-36
/
+40
2013-03-23
drm: modify pages_to_sg prime helper to create optimized SG table
Rahul Sharma
1
-6
/
+2
2013-02-08
drm: add prime helpers
Aaron Plattner
1
-1
/
+185
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-05-23
drm/prime: add exported buffers to current fprivs imported buffer list (v2)
Dave Airlie
1
-0
/
+12
2012-05-23
drm/prime: introduce sg->pages/addr arrays helper
Dave Airlie
1
-0
/
+36
2012-03-30
drm: base prime/dma-buf support (v5)
drm-prime-dmabuf-initial
Dave Airlie
1
-0
/
+304