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 62B4AEB64DC for ; Tue, 11 Jul 2023 23:10:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 06FEB10E0C1; Tue, 11 Jul 2023 23:10:13 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id B48B910E0C1 for ; Tue, 11 Jul 2023 23:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689117009; x=1720653009; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=12EM+eU4l1WMhgoW4saEA5UPPc9/CxqR2Z+box16Hgk=; b=XovuMduyRLbVFRq2mue95FGmZGYrU6rTWBh+gLX45/MBXOIy46zdPcl5 VFyYQO+g9sCHHVLiKS6IkOeTrtR9oF2bF/v6lrN0aVdAfA2SLFimF/93C whfyQao9N810ZM0NUTgwp36iL3N7kI5RhViwa7uubTXud2CHTRKXLLcSw Dn8mCq35rLrarhRHvvPwufHxNdYS83wPa6KZfUOA/d2vUp4TXoCl8ilTl i+8WIimFO4Zbwfk8YKi+9waDwY2MWb57+ns3K8Ahvmh2xFtUOKb7gi6Oo CvuK8fnu5WhskaUIeQSNexPVj6wuTvJ0c7QOC2DK+EIHELFOt4eILub+V A==; X-IronPort-AV: E=McAfee;i="6600,9927,10768"; a="367376917" X-IronPort-AV: E=Sophos;i="6.01,197,1684825200"; d="scan'208";a="367376917" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2023 16:10:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10768"; a="811380090" X-IronPort-AV: E=Sophos;i="6.01,197,1684825200"; d="scan'208";a="811380090" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.116.40]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2023 16:10:08 -0700 Date: Tue, 11 Jul 2023 16:10:07 -0700 Message-ID: <87mt02gi40.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Iddamsetty, Aravind" In-Reply-To: <266f491a-66ac-083c-990f-bc99c42883d2@intel.com> References: <20230627122113.1472532-1-aravind.iddamsetty@intel.com> <20230627122113.1472532-3-aravind.iddamsetty@intel.com> <87mt09daqu.wl-ashutosh.dixit@intel.com> <87a5w8cvmr.wl-ashutosh.dixit@intel.com> <04ae6811-9bc1-c66d-6cb8-640bfd8a9c7b@intel.com> <878rbsckzf.wl-ashutosh.dixit@intel.com> <3c4bec6c-7af0-ade7-91bc-bbd3bfa46357@intel.com> <877crbct36.wl-ashutosh.dixit@intel.com> <953a6abf-5e07-ef87-667a-57ceef40369f@intel.com> <266f491a-66ac-083c-990f-bc99c42883d2@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-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 Subject: Re: [Intel-xe] [PATCH v2 2/2] drm/xe/pmu: Enable PMU interface X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Bommu, Krishnaiah" , "intel-xe@lists.freedesktop.org" , "Ursulin, Tvrtko" Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 11 Jul 2023 09:19:24 -0700, Iddamsetty, Aravind wrote: > Hi Aravind, > Please let me know if you have any more questions around this. I've asked. But you probably know that since this is uapi, to merge this we would need a fully reviewed UMD (non IGT) merge request which consumes what we are exposing. So while we are reviewing this maybe let's ask L0 etc. for the merge request. I looked at xpumanager but didn't see it consuming what we are exposing via PMU here. Maybe we'll need an ack from someone like Joonas too. Thanks. -- Ashutosh