Re: [Intel-gfx] [PATCH i-g-t] tests/i915_module_load: Use new name of fault injection module parameter

2019-10-29 Thread Chris Wilson
Quoting Janusz Krzysztofik (2019-10-29 13:35:48) > > diff --git a/tests/i915/i915_module_load.c b/tests/i915/i915_module_load.c > > index f42083f53..7d9a5cfd2 100644 > > --- a/tests/i915/i915_module_load.c > > +++ b/tests/i915/i915_module_load.c > > @@ -350,11 +350,17 @@ igt_main > > } > >

Re: [Intel-gfx] [PATCH i-g-t] tests/i915_module_load: Use new name of fault injection module parameter

2019-10-29 Thread Janusz Krzysztofik
Hi Chris, On Tuesday, October 29, 2019 1:49:26 PM CET Chris Wilson wrote: > From: Janusz Krzysztofik > > Name of the i915 module parameter providing fault injection function is > changing for consistency with a new convention of naming i915 driver > internal functions called from the driver PCI

[Intel-gfx] [PATCH i-g-t] tests/i915_module_load: Use new name of fault injection module parameter

2019-10-29 Thread Chris Wilson
From: Janusz Krzysztofik Name of the i915 module parameter providing fault injection function is changing for consistency with a new convention of naming i915 driver internal functions called from the driver PCI .probe entry point. Adjust the test to use the new name. [ickle: keep the old