commit | aae970d8454bb9b6b15f385250027af4c454d4f4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 05 12:37:57 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 05 18:51:52 2020 +0000 |
tree | f3c6b7652a3439e955c59fa6992673cfd58d09a6 | |
parent | ff2cd8635e41e0cb375ae2ad1ec05728fcd56c49 [diff] |
drm/i915: Mark i915.reset as unsigned We have been using '-1' to mean the maximum i915.reset level in the belief that it was unsigned... This turns out to have been a grave error, and instead of setting the default reset mechanism in igt, we have been disabling reset! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200205123757.1834947-1-chris@chris-wilson.co.uk