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 0C9ABCAC581 for ; Mon, 8 Sep 2025 13:50:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C560D10E524; Mon, 8 Sep 2025 13:50:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Pn7WUUpe"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id D5FCD10E524 for ; Mon, 8 Sep 2025 13:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1757339451; x=1788875451; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=lffsMupCm56EyOqRJeoRNJRWWK511HqjnLhHhxsiOCQ=; b=Pn7WUUpeRcuawZo856CX9MSj3QtbBS3MLnvOTr4V75FqrI7vkk7bQ13/ eBPxuF+Y1vevBZIUbOlG/2Fy9vgpE3PY3evsGhBibsykFC2COHHSHt855 /7+xfu43ZhrmcN7DfCrzWv1Fj0NQoHEtiMNGG099kuQgQaO3dB6mGlGc/ d1U1VerGzTfTLjEIjm1+ScKGol6deg6UB+BvmBW+JlckRy7VS512dY/hh EhUMsMznqbupNqev980/vxxclxjdaVucF6Ugu3JN3Qgk7S8N9g4TRD5y7 /Yb9ek57n2F/1H2nJfE+Xyz0Z2u0KoR2NKpexC7uLT0Cq60owNrAxMawr g==; X-CSE-ConnectionGUID: KQ91XoALT5CaC8IGMZl9qA== X-CSE-MsgGUID: 27afqRXnTFSLvc50P9l06Q== X-IronPort-AV: E=McAfee;i="6800,10657,11547"; a="85040930" X-IronPort-AV: E=Sophos;i="6.18,248,1751266800"; d="scan'208";a="85040930" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2025 06:50:51 -0700 X-CSE-ConnectionGUID: YpXteKRVQgSicT6baEPSBg== X-CSE-MsgGUID: 2KrFoLRMRkuqxxONOVTbvw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,248,1751266800"; d="scan'208";a="172363956" Received: from devenlop-mobl1.amr.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.184.13]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2025 06:50:51 -0700 Date: Mon, 08 Sep 2025 06:50:48 -0700 Message-ID: <87plc159zb.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: S Sebinraj Cc: intel-xe@lists.freedesktop.org, jeevaka.badrappan@intel.com Subject: Re: [PATCH v2 0/2] drm: Add GPU frequency tracepoint In-Reply-To: <20250908125633.2680617-1-s.sebinraj@intel.com> References: <20250908125633.2680617-1-s.sebinraj@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=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 Mon, 08 Sep 2025 05:56:31 -0700, S Sebinraj wrote: > > Add a GPU frequency tracepoint at the DRM subsystem level. Because we are now adding this at drm level, this series should also be sent to the following email lists: intel-gfx@lists.freedesktop.org dri-devel@lists.freedesktop.org It is not sufficient to send this only to intel-xe@lists.freedesktop.org. Thanks. -- Ashutosh