From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id A0BAB6EE03 for ; Thu, 16 Sep 2021 14:30:21 +0000 (UTC) From: Vidya Srinivas Date: Thu, 16 Sep 2021 19:48:27 +0530 Message-Id: <20210916141827.17720-1-vidya.srinivas@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] tests/kms_concurrent: Fix regression in test_resolution_with_output List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: Bhanuprakash.Modem@intel.com, markyacoub@google.com, Vidya Srinivas List-ID: Staring commit fea0e38e690c30c6 "Making the test more generic" test_resolution_with_output introduced setting igt_output_set_pipe to PIPE_NONE. This is triggering atomic check failure resulting in "enabled/connectors mismatch" under drm_atomic_helper_check_modeset. Patch fixes this issue. Signed-off-by: Vidya Srinivas --- tests/kms_concurrent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c index 25c67eb469d1..40096ea1c457 100644 --- a/tests/kms_concurrent.c +++ b/tests/kms_concurrent.c @@ -268,7 +268,6 @@ test_resolution_with_output(data_t *data, enum pipe pipe, int max_planes, igt_ou /* switch to lower resolution */ igt_output_override_mode(output, mode_lo); - igt_output_set_pipe(output, PIPE_NONE); igt_display_commit2(&data->display, COMMIT_ATOMIC); /* switch back to higher resolution */ -- 2.33.0