[Intel-gfx] [PATCH i-g-t 1/3] intel-ci: Drop gem_ctx_switch from fast feedback

Mika Kuoppala mika.kuoppala at linux.intel.com
Mon Jan 20 13:50:46 UTC 2020


Chris Wilson <chris at chris-wilson.co.uk> writes:

> Only a couple of tests from gem_ctx_switch are run in BAT, to check we
> have multiple contexts on RCS. It doesn't actually verify the switch,
> just that the execbuf API accepts the context argument.
>
> This test is redundant as actual context switching (and more) is verified by
> live_gem_contexts and live_gt_contexts selftests.
>
> Instead of using the mediocre gem_ctx_switch stress test in BAT, use
> gem_exec_parallel/contexs and gem_exec_parallel/fds as both ensure
s/contexs/contexts

The gem_exec_parallel seems to use new topology api to set the context.
But the aim is to check the context id delivery through rsvd field
into execbuf?

> multiple contexts are supported for simultaneous use, in a fraction of
> the time.
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
>  tests/intel-ci/fast-feedback.testlist | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> index 37a92b4e7..f697eb0cf 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -14,8 +14,6 @@ igt at gem_ctx_create@basic-files
>  igt at gem_ctx_exec@basic
>  igt at gem_ctx_param@basic
>  igt at gem_ctx_param@basic-default
> -igt at gem_ctx_switch@legacy-render
> -igt at gem_ctx_switch@rcs0
>  igt at gem_exec_basic@basic
>  igt at gem_exec_create@basic
>  igt at gem_exec_fence@basic-busy-default
> @@ -24,6 +22,8 @@ igt at gem_exec_fence@basic-await-default
>  igt at gem_exec_fence@nb-await-default
>  igt at gem_exec_gttfill@basic
>  igt at gem_exec_parallel@basic
> +igt at gem_exec_parallel@contexts
> +igt at gem_exec_parallel@fds
>  igt at gem_exec_store@basic-all
>  igt at gem_exec_suspend@basic
>  igt at gem_exec_suspend@basic-s0
> -- 
> 2.25.0


More information about the Intel-gfx mailing list