]> 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>
Thu, 29 May 2014 21:27:00 +0000 (23:27 +0200)
commit192155025197cc4765702a180904c3b62c152b7a
tree9ed86795850465e60739efaee79e20000dd5683f
parentde4fe6c80c9898783f4539c9742090d2f4456309
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