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 E6C66C3271E for ; Sat, 6 Jul 2024 01:23:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D73F10E190; Sat, 6 Jul 2024 01:23:03 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="NIG04paE"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) by gabe.freedesktop.org (Postfix) with ESMTPS id 29EE610E190 for ; Sat, 6 Jul 2024 01:23:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720228982; x=1751764982; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=whBCQo9WxWDJM3dPjwLJBdT0Kt7pTusy9iJuLALpt8A=; b=NIG04paEr3D90UnwiIMspMoMkR1QYX7sUozr0z/aZEni4k8N/+Lc+DD0 Fj70LsgLDe/hry/AYpy8XMB9d2MimHcN2h+n7vBdhuDZBZqjfTV9/5vyN ntj0pgQcmhuL7DjWI8y+1+iB36T3xgUsjEqo2RwO/MliTsmqsu2qX9KNM 1ORp/htfAA6sUISObUZOfG62Mqv4+ec3wFtOgr3kt+PVYvwdv9qfOf6Ze RxhUWsiX+3EwcSsCtg326pSZsW5XkSqKh93VmFGxaGHyLzoNk/jMlBDVo tIvVTC251dEoK1gvIW5V66SA8SFLK0NOeLFyzQdbp1LpiLJWAGcrynxsc g==; X-CSE-ConnectionGUID: QmYfdVB3T5WAFf+f409lJA== X-CSE-MsgGUID: kZbfnsrLRmS1r7gwlk6D9g== X-IronPort-AV: E=McAfee;i="6700,10204,11123"; a="17467036" X-IronPort-AV: E=Sophos;i="6.09,186,1716274800"; d="scan'208";a="17467036" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2024 18:23:01 -0700 X-CSE-ConnectionGUID: zKcOtCRIR66ZQRGg9xjP5g== X-CSE-MsgGUID: jEGTTn3lQBupfGG6y7utog== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,186,1716274800"; d="scan'208";a="51832827" Received: from evarga9x-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.18.124]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2024 18:23:02 -0700 Date: Fri, 05 Jul 2024 18:23:00 -0700 Message-ID: <874j935n63.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: igt-dev@lists.freedesktop.org Subject: Re: [PATCH i-g-t v11 00/15] Intel Xe OA IGT's In-Reply-To: <20240705214316.2695090-1-ashutosh.dixit@intel.com> References: <20240705214316.2695090-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.3 (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=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 Fri, 05 Jul 2024 14:43:01 -0700, Ashutosh Dixit wrote: > > The Xe OA lib's and tools have already been merged. This series now > contains the remaining Xe OA IGT's which are yet to be merged. > > v7: Add PVC support in IGT lib > v8: Sync with kernel uapi change to rename xe perf layer as xe observation > layer > v9: Re-test > v10: Run on Xe2+ only > v11: Fix bug in v10 v11 is now merged. Thanks!