[PATCH 2/6] drm/radeon: allow move_notify to be called without reservation

2012-11-28 Thread Maarten Lankhorst
The few places that care should have those checks instead. This allows destruction of bo backed memory without a reservation. It's required for being able to rework the delayed destroy path, as it is no longer guaranteed to hold a reservation before unlocking. However any previous wait is still gu

[PATCH 2/6] drm/radeon: allow move_notify to be called without reservation

2012-11-28 Thread Maarten Lankhorst
The few places that care should have those checks instead. This allows destruction of bo backed memory without a reservation. It's required for being able to rework the delayed destroy path, as it is no longer guaranteed to hold a reservation before unlocking. However any previous wait is still gu