]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau: complain loudly if buffer is pinned during destruction
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Thu, 27 Jun 2013 11:38:22 +0000 (13:38 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 28 Jun 2013 01:56:11 +0000 (11:56 +1000)
commit27f06b2dbb84cf44b9ff404db1b93f14796ba559
treed591dd1ce42326cb61b27f258d6665f03fccbfac
parent1e2bd5f53b6282e711e9f074765911868f8e7dc1
drm/nouveau: complain loudly if buffer is pinned during destruction

Shouldn't happen, and we invert the struct_mutex with reservation here,
potentially leading to deadlocks. Once reservations become lockdep annotated,
lockdep will go splat on this.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Acked-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nouveau_gem.c