]> git.karo-electronics.de Git - linux-beck.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>
Wed, 11 Jun 2014 14:57:35 +0000 (16:57 +0200)
commitf3d28878da307c394a870252094136ea8387144d
treecc300514381cf9f4fe5ff25394b9bebff54654f8
parentbe19f0ff482bd5f800d916683784a7e1474d5d6b
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