diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-09-01 20:55:10 (GMT) |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-09-02 07:32:55 (GMT) |
commit | 662d19e78b2c0a955879f487755e6a70a5e0226a (patch) | |
tree | 36e7cef4ab57cb9c6571f0fc9a924d39fb17f73f /scripts | |
parent | c4a8a7c718d282c95b46ed78b35662451af4306e (diff) | |
download | linux-662d19e78b2c0a955879f487755e6a70a5e0226a.tar.xz |
drm/i915: Drop mutex around clearing error state
The error state itself is guarded by a spinlock (admittedly even that is
overkill for a single pointer!) and doesn't require us to take the
struct_mutex in the debugfs/sysfs interface. Removing the struct_mutex
removes one more potential blockage when trying to debug a deadlock.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20160901205510.31307-1-chris@chris-wilson.co.uk
Reviewed-by: David Weinehall <david.weinehall@linux.intel.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions