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

venkata.sai.patnana at intel.com venkata.sai.patnana at intel.com
Wed Mar 16 12:24:54 UTC 2022


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)
 {
-- 
2.25.1



More information about the igt-dev mailing list