commit | 1a8585bd774c4058038ad827c9e93847ff509cf3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 10 12:30:59 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 10 15:34:33 2020 +0000 |
tree | 340d649e08d92fcc5098b45a39b3cd7da7f43f2c | |
parent | a0d5d0c804321b172f4b0def3723581b41632458 [diff] |
drm/i915: Drop request list from error state The list of requests from after the hang tells little about the hang itself, only how busy userspace was after the fact. As it pertains nothing to the HW state, drop it from the error state. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Andi Shyti <andi.shyti@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200110123059.1348712-4-chris@chris-wilson.co.uk