Quoting Michal Wajdeczko (2019-05-22 20:31:55) > igt_global_reset and igt_wedged_reset testcases are first candidates. > > Suggested-by: Chris Wilson <[email protected]> > Signed-off-by: Michal Wajdeczko <[email protected]> > Cc: Chris Wilson <[email protected]> Reviewed-by: Chris Wilson <[email protected]>
> diff --git a/drivers/gpu/drm/i915/gt/selftest_reset.c > b/drivers/gpu/drm/i915/gt/selftest_reset.c > new file mode 100644 > index 000000000000..ef90101bb87a > --- /dev/null > +++ b/drivers/gpu/drm/i915/gt/selftest_reset.c > @@ -0,0 +1,76 @@ > +// SPDX-License-Identifier: MIT > +/* > + * Copyright © 2018 Intel Corporation > + */ > + > +#include "i915_selftest.h" > +#include "selftests/igt_reset.h" Oh, I missed that helper. -Chris _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
