]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: allow move_notify to be called without reservation
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Wed, 28 Nov 2012 11:25:40 +0000 (11:25 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 10 Dec 2012 10:13:49 +0000 (20:13 +1000)
commit6ed9ccb41209b93409c92eb8c130eada4e0832ef
tree17bd70937cff95c50dedc1a7d36aa95a118fe906
parent4154f051e74e6a5db174c8f4fc8a2f9c8a6b2541
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 <maarten.lankhorst@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_gart.c
drivers/gpu/drm/radeon/radeon_object.c