commit | 63d0a4195560362e2e00a3ad38fc331d34e1da9b | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Jan 15 14:56:37 2013 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Jan 15 14:56:37 2013 +0100 |
tree | 64df3550af24b6f583c17aac878a9f1fb6fa85eb | |
parent | 979ee290ff0a543352243145dc3654af5a856ab8 [diff] |
drm/ttm: remove lru_lock around ttm_bo_reserve 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>