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 E50A1E68946 for ; Thu, 31 Oct 2024 02:11:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A16E10E825; Thu, 31 Oct 2024 02:11:13 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="BIFLIXIZ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F14410E827 for ; Thu, 31 Oct 2024 02:11:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1730340672; x=1761876672; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=I2pu2ayzF7yx8gHifTH51yhhI4LEc1Cs3NViwMV1/fI=; b=BIFLIXIZDutYHD1VzjaphGlPgUq9mJ6k062cbT1ghegATUDxT1JTHDZS qtiIK0H6SYeZl9yzOwOS6vteuNeX7CLILKrVgfIWNRFKr+XDGhK0l/OZQ K1gtcKXtGgZvguXiclsT4OIkgvJ1mp2Hn6KLEsFlWf7vvMTbIzbghM3Jh ax6fYMdIkrhE4MB3XtyEgmeoq+r6RPoj3V3zbq+mALKC+vOVeZzeavMiv Auhtq+lBofWylwvY+/RsU9Zzf1YgdXMu4skl2Gu5yk9Z71fW0bWpnxCJn Jvq3BArqDbfLjA7+FFsP/muYuD+FLgRK3SVgT68M2uEoGAB8AQxDfNGK4 g==; X-CSE-ConnectionGUID: yZuk0CZkQOuL+e0o3jeEuA== X-CSE-MsgGUID: 6jDq9DvZRsyX5LQEamry9A== X-IronPort-AV: E=McAfee;i="6700,10204,11241"; a="29510146" X-IronPort-AV: E=Sophos;i="6.11,246,1725346800"; d="scan'208";a="29510146" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2024 19:11:12 -0700 X-CSE-ConnectionGUID: TcPmB6K6TyeN5MBQjgpEuA== X-CSE-MsgGUID: jIPRNUltRQihRfIpGL5pPg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="87280646" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2024 19:11:12 -0700 Date: Wed, 30 Oct 2024 19:11:11 -0700 Message-ID: <85wmhpxbr4.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Kamil Konieczny , igt-dev@lists.freedesktop.org, Ashutosh Dixit Subject: Re: [PATCH i-g-t 2/2] tests/intel/xe_oa: Tests for OA syncs In-Reply-To: <20241030125411.cocpywc7o4yigob5@kamilkon-desk.igk.intel.com> References: <20241030025327.1487897-1-ashutosh.dixit@intel.com> <20241030025327.1487897-3-ashutosh.dixit@intel.com> <20241030125411.cocpywc7o4yigob5@kamilkon-desk.igk.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/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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 Wed, 30 Oct 2024 05:54:11 -0700, Kamil Konieczny wrote: > > > diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c > > index 4fdd0b8c95..c168669c5d 100644 > > --- a/lib/xe/xe_oa.c > > +++ b/lib/xe/xe_oa.c > > @@ -1025,8 +1025,8 @@ const char *intel_xe_perf_read_report_reason(const struct intel_xe_perf *perf, > > return "unknown"; > > } > > > > Please describe public lib function here. Done. I also went ahead and merged this series. Thanks.