From 9b74b8226e8c108db091bd3b1d105a71dc0fb861 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 11 Apr 2019 11:49:06 +0100 Subject: intel-ci: Sanitycheck CRC readback on the first pipe only For fast-feedback, we need to sanitycheck that CRC reads work, otherwise the display validation tests are flawed. However, we don't need to extensively test each pipe as the HW is fundamentally the same. Instead, do the full suite of tests on one pipe, and just verify that the interface works for the other pipes. This should speed BAT up by reducing NUM_PIPES suspend and resume cycles to just 1. The shards should cover the extended test suite on all pipes for complete validation. Signed-off-by: Chris Wilson Cc: Petri Latvala Cc: Martin Peres Cc: Maarten Lankhorst Acked-by: Martin Peres Reviewed-by: Maarten Lankhorst --- tests/intel-ci/fast-feedback.testlist | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 9b711946..40475b1a 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -202,25 +202,14 @@ igt@kms_force_connector_basic@force-edid igt@kms_force_connector_basic@force-load-detect igt@kms_force_connector_basic@prune-stale-modes igt@kms_frontbuffer_tracking@basic -igt@kms_pipe_crc_basic@bad-source igt@kms_pipe_crc_basic@hang-read-crc-pipe-a -igt@kms_pipe_crc_basic@hang-read-crc-pipe-b -igt@kms_pipe_crc_basic@hang-read-crc-pipe-c igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence -igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b -igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence -igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c -igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c-frame-sequence igt@kms_pipe_crc_basic@read-crc-pipe-a -igt@kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence igt@kms_pipe_crc_basic@read-crc-pipe-b -igt@kms_pipe_crc_basic@read-crc-pipe-b-frame-sequence igt@kms_pipe_crc_basic@read-crc-pipe-c -igt@kms_pipe_crc_basic@read-crc-pipe-c-frame-sequence +igt@kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a -igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b -igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c igt@kms_psr@primary_page_flip igt@kms_psr@cursor_plane_move igt@kms_psr@sprite_plane_onoff -- cgit v1.2.3