commit | bd9bec5b6a09a3a7656f096e3ff0ca6709f89770 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 10 09:32:42 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 10 13:52:34 2019 +0100 |
tree | ced156faaee17be606d4bf1a6fa92b3db85c8c56 | |
parent | 542a5c66e0ff6cf257600df1d7362735f8ebde35 [diff] |
drm/i915/execlists: Mark up expected state during reset Move the BUG_ON around slightly and add some explanations for each to try and capture the expected state more carefully. We want to compare the expected active state of our bookkeeping as compared to the tracked HW state. References: https://bugs.freedesktop.org/show_bug.cgi?id=111937 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/20191010083242.1387-1-chris@chris-wilson.co.uk