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 740D6C3DA6E for ; Wed, 3 Jan 2024 06:16:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 036F810E13C; Wed, 3 Jan 2024 06:16:14 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7656110E13C for ; Wed, 3 Jan 2024 06:16: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=1704262573; x=1735798573; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=iA68BfplaOG/azFwg+9q99lCS6h13TLaE7OXEtuSN7Q=; b=PqQpBMBYpmwYTmVjDRD9R9rEr5Xe0Kg/PnEU3b80+I5Nb9zZAyP6BONf u8lPF1IZ8g0A7uSsknrSw03a3jb2sEtJw801Meefs2yzTXIaD8p0VZNDZ Mrfda6aJnfQVJU4GWxXAseUTQV1bYVujOc03xHljrgXrvvKOSU6yYPaKX o36u3H/cZgjl+2tUEywQ6R/qEmwjXz7Gofyg3Dh/jwyOHMw063Rx14Et9 eVsW9h5Puio4u83+c6DdM4ziiULqyfsf8ZB+05BymanEAznOQMjxMaGZt Cc6dpxmdSaV+a2L4duAib9vOM1XtMbWD/avDlJVwFd+hPE6k0ei2xT/xx w==; X-IronPort-AV: E=McAfee;i="6600,9927,10941"; a="4045830" X-IronPort-AV: E=Sophos;i="6.04,327,1695711600"; d="scan'208";a="4045830" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jan 2024 22:16:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10941"; a="903335019" X-IronPort-AV: E=Sophos;i="6.04,327,1695711600"; d="scan'208";a="903335019" Received: from orsosgc001.jf.intel.com (HELO unerlige-ril.intel.com) ([10.165.21.138]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jan 2024 22:16:11 -0800 Date: Tue, 02 Jan 2024 22:16:11 -0800 Message-ID: <85y1d7rlg4.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: intel-xe@lists.freedesktop.org Subject: Re: [PATCH v4 4/8] drm/xe/pmu: Enable PMU interface and add engine busyness counter In-Reply-To: <85zfxnrlv0.wl-ashutosh.dixit@intel.com> References: <20231222074602.817518-1-riana.tauro@intel.com> <20231222074602.817518-5-riana.tauro@intel.com> <85zfxnrlv0.wl-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/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: 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: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 02 Jan 2024 21:03:50 -0800, Aravind Iddamsetty wrote: > > > If we split this up into two patches infra + engine busyness I believe we can > retain the R-B for infra from earlier series as it has been extensively reviewed. > > Ashutosh any thoughts? Yeah, we should do that, as long as the infra patch compiles. No need to cut it too thin :) Ashutosh