]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Fix context locking in debugfs
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 May 2014 21:23:08 +0000 (23:23 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 May 2014 21:23:08 +0000 (23:23 +0200)
commitde4fe6c80c9898783f4539c9742090d2f4456309
treeb5b475db7a351502950acc7657c782f830a43fb8
parentf757f5f9657fe3722c3f6d436cfcd2a9abb19d5e
drm/i915: Fix context locking in debugfs

This goes all the way back to the introduction of this debugfs file,
even though back then no locking really was required. None of the
intermediate patches fixed this.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c