commit | 5e45d7dfd74100d622f9cdc70bfd1f9fae1671de | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Jan 15 14:57:05 2013 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Jan 15 14:57:05 2013 +0100 |
tree | b12de2542f55d332a73fcd7d863bd2e45fd7d4ef | |
parent | 7a1863084c9d90ce4b67d645bf9b0f1612e68f62 [diff] |
drm/ttm: add ttm_bo_reserve_slowpath 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>