summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_crc_basic.c
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2020-08-06 16:33:37 +0300
committerPetri Latvala <petri.latvala@intel.com>2020-08-07 11:56:08 +0300
commit0f91c80b4c809cf48afff65a2ea68590389aa5ba (patch)
treef6febf1036441fd0399ff58478ade02a4f5d0de5 /tests/kms_pipe_crc_basic.c
parent2faf5d2011c288535dac3ea47d02edd7de6a724d (diff)
tests/kms_pipe_crc_basic: Remove redundant igt_require_pipe
The plan was to remove the call while merging a6b258448837 ("tests/kms_pipe_crc_basic: Sanity check for CRC mismatches") according to the review feedback, but that was forgotten. Remove it now. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Karthik B S <karthik.b.s@intel.com> Cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Acked-by: Karthik B S <karthik.b.s@intel.com>
Diffstat (limited to 'tests/kms_pipe_crc_basic.c')
-rw-r--r--tests/kms_pipe_crc_basic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index c3c4cdd8..bb66bc6c 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -177,7 +177,6 @@ static void test_compare_crc(data_t *data, enum pipe pipe)
igt_require_f(output, "No connector found for pipe %s\n",
kmstest_pipe_name(pipe));
- igt_require_pipe(display, pipe);
igt_display_reset(display);
igt_output_set_pipe(output, pipe);