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:
9999f10
)
drm/msm: bigger synchronization hammer
author
Rob Clark
<robdclark@gmail.com>
Fri, 7 Feb 2014 00:19:20 +0000
(19:19 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Fri, 7 Feb 2014 15:26:25 +0000
(10:26 -0500)
Because we use a list_head in the bo to track it's position in a submit,
we need to serialize at a higher layer. Otherwise there are problems
when multiple contexts are SUBMIT'ing in parallel cmdstreams referencing
a shared bo.
Signed-off-by: Rob Clark <robdclark@gmail.com>
No differences found