[igt-dev] [PATCH i-g-t] tests/kms_mmap_write_crc: Add subtest description

Patnana, Venkata Sai venkata.sai.patnana at intel.com
Mon May 10 13:24:56 UTC 2021



> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of Arundhati
> Hagaragi
> Sent: Friday, May 7, 2021 6:37 PM
> To: igt-dev at lists.freedesktop.org
> Cc: S at freedesktop.org; B at freedesktop.org
> Subject: [igt-dev] [PATCH i-g-t] tests/kms_mmap_write_crc: Add subtest
> description
> 
> Added description for subtest
> 
> Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi at intel.com>
> Cc: B S, Karthik <karthik.b.s at intel.com>
> ---
>  tests/kms_mmap_write_crc.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/kms_mmap_write_crc.c b/tests/kms_mmap_write_crc.c index
> 46013808..a38ed231 100644
> --- a/tests/kms_mmap_write_crc.c
> +++ b/tests/kms_mmap_write_crc.c
> @@ -289,6 +289,8 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL)
>  		igt_info("Using %d rounds for the test\n", ROUNDS);
> 
>  		for (i = 0; i < ROUNDS; i++)
> +		igt_describe("Tests that writing non-white to the fb and flip to it
> to make it fully"
> +				" UC/WC and make sure caching mode has
> become UC/WC");
>  			run_test(&data);
>  	}
> igt_describe need to be on top of for loop.
> --
> 2.25.1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev


More information about the igt-dev mailing list