commit | ba198a10bfbeb1137d8c25fa569b562e8b626b05 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 14:40:11 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 15:39:40 2019 +0100 |
tree | 72cc8d9d6398d342a70471dc5c6ee1774049501a | |
parent | cb5eb072788faea188bfabcee0bfb90ecc717e82 [diff] |
drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info It protects nothing being accessed for the intel_framebuffer, so it's own locking had better be sufficient. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191004134015.13204-17-chris@chris-wilson.co.uk