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:
7a18630
)
drm/ttm: add ttm_bo_reserve_slowpath
author
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 13:57:05 +0000
(14:57 +0100)
committer
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 13:57:05 +0000
(14:57 +0100)
Instead of dropping everything, waiting for the bo to be unreserved
and trying over, a better strategy would be to do a blocking wait.
This can be mapped a lot better to a mutex_lock-like call.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
No differences found