From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8557910E3DE for ; Thu, 22 Jun 2023 04:46:25 +0000 (UTC) Message-ID: Date: Thu, 22 Jun 2023 10:15:57 +0530 Content-Language: en-US To: "igt-dev@lists.freedesktop.org" , "Ch, Sai Gowtham" References: <20230619085800.1994271-1-bhanuprakash.modem@intel.com> <20230619085800.1994271-3-bhanuprakash.modem@intel.com> From: "Modem, Bhanuprakash" In-Reply-To: <20230619085800.1994271-3-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [i-g-t 2/2] tests/kms_cursor_legacy: Allow busy tests to run on XE List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon-19-06-2023 02:28 pm, Bhanuprakash Modem wrote: > As busy tests supports both i915 & XE, update the intel specific > checks to allow them to run on XE. > > Signed-off-by: Bhanuprakash Modem Cc: Sai Gowtham Ch > --- > tests/kms_cursor_legacy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c > index 1f0f3b7e6..d55d96067 100644 > --- a/tests/kms_cursor_legacy.c > +++ b/tests/kms_cursor_legacy.c > @@ -1752,7 +1752,7 @@ igt_main > igt_describe("this test perform a busy bo update followed by a cursor update"); > igt_subtest_group { > igt_fixture { > - igt_require_i915(display.drm_fd); > + igt_require_intel(display.drm_fd); > igt_require_pipe_crc(display.drm_fd); > igt_display_require_output(&display); > }