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 449566E81A for ; Wed, 12 May 2021 09:16:26 +0000 (UTC) From: Bhanuprakash Modem Date: Wed, 12 May 2021 22:35:34 +0530 Message-Id: <20210512170536.4778-13-bhanuprakash.modem@intel.com> In-Reply-To: <20210512170536.4778-1-bhanuprakash.modem@intel.com> References: <20210512170536.4778-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [v6 i-g-t 12/14] tests/kms_plane_cursor: Reset the state before exiting the test List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org List-ID: Before starting the next subtest, clean up the states to default values, those are assumed by other tests. Cc: Imre Deak Cc: Ankit Nautiyal Cc: Daniel Vetter Signed-off-by: Bhanuprakash Modem --- tests/kms_plane_cursor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c index bc9d42940..9bda47466 100644 --- a/tests/kms_plane_cursor.c +++ b/tests/kms_plane_cursor.c @@ -93,6 +93,10 @@ static void test_fini(data_t *data) { igt_pipe_crc_free(data->pipe_crc); igt_display_reset(&data->display); + igt_plane_set_fb(data->primary, NULL); + igt_plane_set_fb(data->overlay, NULL); + igt_plane_set_fb(data->cursor, NULL); + igt_display_commit2(&data->display, COMMIT_ATOMIC); } /* Fills a FB with the solid color given. */ -- 2.20.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev