[Intel-gfx] [PATCH i-g-t] tests/kms_plane_multiple: Change number of iterations
Jani Nikula
jani.nikula at linux.intel.com
Thu Jan 12 11:20:38 UTC 2017
On Thu, 12 Jan 2017, Mika Kahola <mika.kahola at intel.com> wrote:
> In CI system, the default 64 iterations of this test may cause CRC overflow
> warnings in dmesg when debugfs is enabled in kernel config. To keep dmesg
> warning noise in minimum, let's run this test only once by default.
Please give an example of the warnings.
BR,
Jani.
>
> Signed-off-by: Mika Kahola <mika.kahola at intel.com>
> ---
> tests/kms_plane_multiple.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
> index 5e12be4..b94ec36 100644
> --- a/tests/kms_plane_multiple.c
> +++ b/tests/kms_plane_multiple.c
> @@ -62,7 +62,7 @@ struct {
> bool user_seed;
> int seed;
> } opt = {
> - .iterations = 64,
> + .iterations = 1,
> .user_seed = false,
> .seed = 1,
> };
--
Jani Nikula, Intel Open Source Technology Center
More information about the Intel-gfx
mailing list