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:
979ee29
)
drm/ttm: remove lru_lock around ttm_bo_reserve
author
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 13:56:37 +0000
(14:56 +0100)
committer
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 13:56:37 +0000
(14:56 +0100)
There should no longer be assumptions that reserve will always succeed
with the lru lock held, so we can safely break the whole atomic
reserve/lru thing. As a bonus this fixes most lockdep annotations for
reservations.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
No differences found