From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2C6710E0BF for ; Tue, 27 Sep 2022 08:26:14 +0000 (UTC) From: "Joshi, Kunal1" To: "B, Jeevan" , "igt-dev@lists.freedesktop.org" Date: Tue, 27 Sep 2022 08:26:09 +0000 Message-ID: References: <20220926185321.2897136-1-kunal1.joshi@intel.com> <20220926185321.2897136-3-kunal1.joshi@intel.com> In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t v1 2/5] tests/i915/kms_pipe_b_c_ivb.c: test cleanup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: >> + /* >> + * Reset basic pipes, connectors and planes on >> + * @display back to default values. >> + */ >> + igt_display_reset(&data->display); >> >> Can we call this inside fixture ?=20 >> >> Thanks >> Jeevan B=20 Hello Jeevan, Idea was to reset the state before starting the test Since this reset is inside the subtest igt_fixture isn't required. Thanks and Regards Kunal Joshi