From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 16207E6FE30 for ; Fri, 6 Sep 2024 16:46:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A4F6210EA6F; Fri, 6 Sep 2024 16:46:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="IZmezbMD"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8DAAB10EA6F for ; Fri, 6 Sep 2024 16:46:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1725641171; x=1757177171; h=date:message-id:from:to:subject:in-reply-to:references: mime-version:content-transfer-encoding; bh=QMPyaO5brpGPRmRWguNAZ1g708K2ZhPYTTBvb/GQ/3w=; b=IZmezbMD01DWgu2HKys1lQZCmmklIzT4nENIP1QnV9OM9jXut/zV2PA3 vyg8e3JtipFecI57oGriW2LLBkHfaPdxoCPn+y0Fh8u5nnWXDFLVYWh4d FgLtZjXIIbQ4NVvJkPoP4vUqq2w8zkqCs7tjsugXc6qphk8Y2XYCbQQqY lhHO0Cvm8mEmNxeJLi+wO3VeaKXNRyBJv3CK7XY+LaHHMBjyOpvcqUy+r ZtW9D42EZE3ocRq0Zy9mdBaKYeOYt3YDqdjy9YQ3o7fZ65zmyI55bv0Sx mJkXJsPvriTC1XhikptDkTtxjHgqlesY1boBAEwdXZNCYequrA4U7ezPn w==; X-CSE-ConnectionGUID: uSUimTvpQDm5zTdlY3lfQw== X-CSE-MsgGUID: wC1CibsJTOmgV71nQNAl+g== X-IronPort-AV: E=McAfee;i="6700,10204,11187"; a="28290595" X-IronPort-AV: E=Sophos;i="6.10,208,1719903600"; d="scan'208";a="28290595" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2024 09:46:10 -0700 X-CSE-ConnectionGUID: 8WbGCq07TRmYfK/g80x/LA== X-CSE-MsgGUID: CqlSeFcrQUe79hRiLbqHhQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,208,1719903600"; d="scan'208";a="66043910" Received: from pranavdu-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.114.243]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2024 09:46:10 -0700 Date: Fri, 06 Sep 2024 09:45:47 -0700 Message-ID: <8734mcpw78.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: igt-dev@lists.freedesktop.org, Jose Souza Subject: Re: [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() In-Reply-To: <20240905164458.2406145-1-ashutosh.dixit@intel.com> References: <20240905164458.2406145-1-ashutosh.dixit@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Thu, 05 Sep 2024 09:44:55 -0700, Ashutosh Dixit wrote: > > From: Jos=E9 Roberto de Souza > > Some platforms don't provide TestOa and Renderbasic and ComputeBasic > are better tests for render and compute engine and available in all > platforms. I went ahead and merged this series. Thanks for the patches Jose. Ashutosh > Reviewed-by: Ashutosh Dixit > Signed-off-by: Jos=E9 Roberto de Souza