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:
bfcd92a
)
drm/nvc0/fb: take lock in nvc0_ram_put()
author
Roy Spliet
<r.spliet@student.tudelft.nl>
Fri, 19 Jul 2013 21:59:12 +0000
(23:59 +0200)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 30 Jul 2013 03:04:07 +0000
(13:04 +1000)
Kernel panic caused by list corruption in ltcg seems to indicate a
concurrency issue.
Take mutex of pfb like nv50_ram_put() to eliminate concurrency.
V2: Separate critical section into separate function, avoid taking the
lock twice on NVC0
Signed-off-by: Roy Spliet <r.spliet@student.tudelft.nl>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found