commit | 90254ac084a6465e46cdada933bf3a7e9ee90277 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 08 15:41:33 2013 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Mon Aug 19 14:16:47 2013 +1000 |
tree | 0ab7e76810518282ba09f42eeeebb7f6fffbbef2 | |
parent | 6eb9278adabd17da3bc1cb843c729d1b10d79c93 [diff] |
drm: fix locking in gem debugfs/procfs file The idr is protected with our spinlock, if we don't hold that nothing prevents the gem objects from disappearing from under us. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>