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 0E50AC6FA82 for ; Wed, 14 Sep 2022 21:16:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 097AE10E9FF; Wed, 14 Sep 2022 21:16:07 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id C5DD310E9FF for ; Wed, 14 Sep 2022 21:16: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=1663190162; x=1694726162; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=k6eO+AWAksHlpGGAMqA9wVFl3bh/xwnnfil1W+8Wmtc=; b=QSgL8m8OSIa778LXDK3hU6HQsJ5xDIstjorcBD6QuZgqXMmnlwVf2mpj 59lu0jSS1quFy7KAR3VcfqMCXq7Yixx5WSRCw+R8uUW/DN/E0vKDw7aor 82AUoCJG98w7vk1nLjr2HFjaHglWvQKRCnu12KDDGp93klov2JtUnU2Se aLyk35UzzgzK4cKaIOxrA0pK0/kYUpsi9jCZGZfabBgnmZn27zOGBc5ay 4f85QFGLWQMABh0R1fLCesFoZJ06q4IUy/qPtYBMTd8s7i6QCJcKr5MUn dK86Qm6AcFSZVKjSGxs+zWSLBghuJaPGwaU8Nn8iDV1k81fyJPSpnJB7z w==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="299357343" X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="299357343" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 14:16:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="612649769" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.38.224]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 14:16:01 -0700 Date: Wed, 14 Sep 2022 14:16:01 -0700 Message-ID: <87k0654pym.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: References: <20220823204155.8178-1-umesh.nerlige.ramappa@intel.com> <20220823204155.8178-3-umesh.nerlige.ramappa@intel.com> <875yhr5lll.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.1 (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-gfx] [PATCH 02/19] drm/i915/perf: Add OA formats for DG2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 14 Sep 2022 13:54:34 -0700, Umesh Nerlige Ramappa wrote: > > On Tue, Sep 13, 2022 at 08:40:22AM -0700, Dixit, Ashutosh wrote: > > On Tue, 23 Aug 2022 13:41:38 -0700, Umesh Nerlige Ramappa wrote: > >> > >> Add new OA formats for DG2. > > > > Should we change the patch title and commit message a bit to 'Add OAR and > > OAG formats for DG2'? > > Hmm, I assumed OAR was also part of TGL, but looks like it's not. I can > change the title as suggested. By 'Add OAR and OAG formats for DG2' I meant we are only adding OAR and OAG formats and not including other DG2 formats ;)