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:
f2d476a
)
drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2
author
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 13:57:20 +0000
(14:57 +0100)
committer
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Tue, 15 Jan 2013 15:49:28 +0000
(16:49 +0100)
Similar rationale to the identical commit in drm/ttm.
Instead of only waiting for unreservation, we make sure we actually
own the reservation, then retry to get the rest.
Changes since v1:
- Increase the seqno before calling ttm_bo_reserve_slowpath
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
No differences found