From: Maarten Lankhorst Date: Wed, 28 Nov 2012 11:25:40 +0000 (+0000) Subject: drm/radeon: allow move_notify to be called without reservation X-Git-Tag: v3.8-rc1~82^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed9ccb41209b93409c92eb8c130eada4e0832ef;p=pandora-kernel.git drm/radeon: allow move_notify to be called without reservation 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 guaranteed to complete, and it's one of the last things to be done before the buffer object is freed. Signed-off-by: Maarten Lankhorst Signed-off-by: Dave Airlie --- Reading git-diff-tree failed