[igt-dev] [PATCH i-g-t] tests/kms_cursor_edge_walk: Reduce NCRCS count for simulation platform

Juha-Pekka Heikkila juhapekka.heikkila at gmail.com
Thu Mar 17 11:59:53 UTC 2022


Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>

On 16.3.2022 14.24, venkata.sai.patnana at intel.com wrote:
> From: Patnana Venkata Sai <venkata.sai.patnana at intel.com>
> 
> currently NCRCS value is 128, it is taking more than expected on
> simulation, hence reduced to 10.
> 
> Cc: Karthik B S <karthik.b.s at intel.com>
> Cc: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> Signed-off-by: Patnana Venkata Sai <venkata.sai.patnana at intel.com>
> ---
>   tests/kms_cursor_edge_walk.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/kms_cursor_edge_walk.c b/tests/kms_cursor_edge_walk.c
> index cce562e0e7..9d5f3f6295 100644
> --- a/tests/kms_cursor_edge_walk.c
> +++ b/tests/kms_cursor_edge_walk.c
> @@ -102,7 +102,7 @@ static void cursor_move(data_t *data, int x, int y, int i)
>   
>   #define XSTEP 8
>   #define YSTEP 8
> -#define NCRC 128
> +#define NCRC SLOW_QUICK(128, 10)
>   
>   static void test_edge_pos(data_t *data, int sx, int ex, int y, bool swap_axis)
>   {



More information about the igt-dev mailing list