[igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load

Chris Wilson chris at chris-wilson.co.uk
Wed Oct 17 12:34:00 UTC 2018


Quoting Arkadiusz Hiler (2018-10-17 13:15:43)
> The test is i915 specific, so let's be clear on that. There is also more
> subtests coming that are not just reloading.

It's still focussed on module_load, so I would want to keep module in
there so it's clearly nothing to do with runtime loads (workloads).

And adding a 'i915' is a good time to start a i915/

> Cc: Martin Peres <martin.peres at linux.intel.com>
> Cc: Petri Latvala <petri.latvala at intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
> ---
>  tests/Makefile.sources                     | 2 +-
>  tests/{drv_module_reload.c => i915_load.c} | 0
>  tests/intel-ci/blacklist.txt               | 2 +-
>  tests/intel-ci/fast-feedback.testlist      | 6 +++---
>  tests/meson.build                          | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)
>  rename tests/{drv_module_reload.c => i915_load.c} (100%)
> 
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index cdf5a7e1..a1fa6e98 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -22,6 +22,7 @@ AMDGPU_TESTS = \
>         $(NULL)
>  
>  TESTS_progs = \
> +       i915_load \

'i' is after 'c'
-Chris


More information about the igt-dev mailing list