]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Drop locking around fbdev-fb in debugfs
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 May 2014 21:27:00 +0000 (23:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Jun 2014 14:35:59 +0000 (16:35 +0200)
commit0b1c8e847747a8ac5b97d0bed95fe7f9f8d7042d
treee645187c5162a4aed69dddfcf54eaaa3f4c9ebe7
parentbf7f61cf80d0cd47bc9e57caa3edde70f6754a03
drm/i915: Drop locking around fbdev-fb in debugfs

All the date we print is invariant for the lifetime of the driver.
And none of it would be protected by the mode_config.mutex anyway.
So drop it.

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