]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Remove struct_mutex guard for debugfs/opregion
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 4 Oct 2019 13:40:12 +0000 (14:40 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 4 Oct 2019 14:39:40 +0000 (15:39 +0100)
commit6c3828ab098a8091c0fa8a24d1af8a5b779b6b4d
tree74687d3cf81255ebeebabaa7cbd59ad36c3c7c9b
parentba198a10bfbeb1137d8c25fa569b562e8b626b05
drm/i915: Remove struct_mutex guard for debugfs/opregion

Having a struct_mutex around the read of a BIOS blob serves no purpose.

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-18-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c