git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ab7ba
)
drm/prime: add exported buffers to current fprivs imported buffer list (v2)
author
Dave Airlie
<airlied@redhat.com>
Sun, 20 May 2012 16:31:16 +0000
(17:31 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 23 May 2012 09:46:03 +0000
(10:46 +0100)
If userspace attempts to import a buffer it exported on the same device,
we need to return the same GEM handle for it, not a new handle pointing
at the same GEM object.
v2: move removals into a single fn, no need to set to NULL. (Chris Wilson)
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found