commit | d315d4faf82092df6fe82f456fd26dc8b247b627 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 19 21:42:33 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Mar 20 09:01:12 2019 +0000 |
tree | db1cc08caadd7c9ce1df7191f4e8ded5215608b1 | |
parent | 1284ec985572232ace4817476baeb2d82b60be7a [diff] |
drm/i915/selftests: Provide stub reset functions If a test fails, we quite often mark the device as wedged. Provide the stub functions so that we can wedge the mock device, and avoid exploding on test failures. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109981 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190319214233.25498-3-chris@chris-wilson.co.uk