Hi Chris, On Thu, Sep 26, 2019 at 02:10:06PM +0100, Chris Wilson wrote: > Make it easier to discern in the noise of the module reload where each > begins. > > Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> > Cc: Andi Shyti <andi.shyti@xxxxxxxxx> thanks for this patch! Acked-by: Andi Shyti <andi.shyti@xxxxxxxxx> Andi > --- > tests/i915/i915_pm_rpm.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c > index a2bdabee2..f5f813c3d 100644 > --- a/tests/i915/i915_pm_rpm.c > +++ b/tests/i915/i915_pm_rpm.c > @@ -2113,6 +2113,8 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > igt_subtest("module-reload") { > igt_debug("Reload w/o display\n"); > igt_i915_driver_unload(); > + > + igt_kmsg(KMSG_INFO "Reloading i915 w/o display\n"); > igt_assert_eq(igt_i915_driver_load("disable_display=1 mmio_debug=-1"), 0); > > igt_assert(setup_environment()); > @@ -2121,6 +2123,8 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > > igt_debug("Reload as normal\n"); > igt_i915_driver_unload(); > + > + igt_kmsg(KMSG_INFO "Reloading i915 as normal\n"); > igt_assert_eq(igt_i915_driver_load("mmio_debug=-1"), 0); > > igt_assert(setup_environment()); > -- > 2.23.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx