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:
040ac32
)
drm: fix up mmap locking in preparation for ttm changes
author
Thomas Hellstrom
<thomas-at-tungstengraphics-dot-com>
Sat, 24 Mar 2007 06:52:49 +0000
(17:52 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Sat, 24 Mar 2007 07:00:22 +0000
(18:00 +1100)
This change is needed to protect againt disappearing maps which aren't common.
The map lists are protected using sturct_mutex but drm_mmap never locked it.
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found