[igt-dev] [PATCH] [PATCH i-g-t] i915/gem_pipe_control_store_loop: added description for test case

Chris Wilson chris at chris-wilson.co.uk
Mon Jul 6 08:53:08 UTC 2020


Quoting ranjeet1.kumar at intel.com (2020-07-01 00:23:37)
> From: Ranjeet kumar <ranjeet1.kumar at intel.com>
> 
> Added test description for subtest.
> 
> Cc: Melkaveri, Arjun <Arjun.Melkaveri at intel.com>
> Signed-off-by: Ranjeet kumar <ranjeet1.kumar at intel.com>
> ---
>  tests/i915/gem_pipe_control_store_loop.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/i915/gem_pipe_control_store_loop.c b/tests/i915/gem_pipe_control_store_loop.c
> index e44e9fb53..a9ff66895 100644
> --- a/tests/i915/gem_pipe_control_store_loop.c
> +++ b/tests/i915/gem_pipe_control_store_loop.c
> @@ -181,9 +181,12 @@ igt_main
>                 igt_assert(batch);
>         }
>  
> +       igt_describe("Creates new buffer each time, emit commands and send it to ring"
> +                    " for execution.")

i++; /* post increments i by one, returns the old value */

>         igt_subtest("fresh-buffer")
>                 store_pipe_control_loop(false, 2);

That is less valuable than a link to the code.
-Chris


More information about the igt-dev mailing list