From 90254ac084a6465e46cdada933bf3a7e9ee90277 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 8 Aug 2013 15:41:33 +0200 Subject: [PATCH] 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 Signed-off-by: Dave Airlie --- Reading git-format-patch failed