[igt-dev] [RFC v2 14/43] tests/i915/gem_ctx_switch: use the gem_engine_topology library

Chris Wilson chris at chris-wilson.co.uk
Fri Jun 21 10:14:07 UTC 2019


Quoting Ramalingam C (2019-06-21 11:03:16)
> @@ -338,7 +337,7 @@ igt_main
>                 igt_fork_hang_detector(fd);
>         }
>  
> -       for (e = intel_execution_engines; e->name; e++) {
> +       __for_each_physical_engine(fd, e) {

~o~ I'm leaning towards saying that we do need to exercise uABI here,
since this is the only spot where we explicitly try and check that
contexts exist across the uABI.
-Chris


More information about the igt-dev mailing list