commit | 75e2acf24ab5e4bbf6a19b0f5460456ea16a2e5d | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 29 23:27:00 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jun 11 16:57:35 2014 +0200 |
tree | bc0f7925b19d8d4524c546a7df4be5e714e693c3 | |
parent | f3d28878da307c394a870252094136ea8387144d [diff] |
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>