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 B7C86C32771 for ; Sat, 24 Sep 2022 04:08:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7F3DB10E170; Sat, 24 Sep 2022 04:08:34 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 16DDC10E170 for ; Sat, 24 Sep 2022 04:08:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663992511; x=1695528511; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=nOR9SDIOp36nI4lvDawZxADSlugQPUqdNZRK97OEmdw=; b=Gt6BPaQpWRIqENfxipn+kC/0OoKfY+GEMZbAlGpWIWNMijf2teUaEeyS gZRnGk7BHSbPntYEK8CANBWyohL0mSPROVFQWXSWQT+MmIG9AmJ1aC0Nl IzqvE53zrRmoz85I3cSQdY+PnyhVXbN0HRQp2dxepev9j4Mj9FZAxwCFB C3y+cO4AbjLjZ6TcH/rl0GReL2lUYS2GBukQpDSNBslUSdDQKhP578LJI zQPIcRINDhx+jv8ChvM7zklaaLstmPaZLbXMtEz4vJKkVklgwAjnpRlX1 vKoQcbpRek//Lzl4NIdwBaBbVyy4wfPnpZ4nbZqD+WAlsqvwxfo5k/mGW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10479"; a="287867230" X-IronPort-AV: E=Sophos;i="5.93,341,1654585200"; d="scan'208";a="287867230" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2022 21:08:29 -0700 X-IronPort-AV: E=Sophos;i="5.93,341,1654585200"; d="scan'208";a="795732781" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.252.138.221]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2022 21:08:29 -0700 Date: Fri, 23 Sep 2022 21:08:28 -0700 Message-ID: <87mtap8ldv.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: <20220923201154.283784-3-umesh.nerlige.ramappa@intel.com> References: <20220923201154.283784-1-umesh.nerlige.ramappa@intel.com> <20220923201154.283784-3-umesh.nerlige.ramappa@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 v2 02/15] drm/i915/perf: Add OAG and OAR 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 Fri, 23 Sep 2022 13:11:41 -0700, Umesh Nerlige Ramappa wrote: > Commit title probably now "Add 32 bit OAG and OAR formats for DG2"? > Add new OA formats for DG2. Some of the newer OA formats are not > multples of 64 bytes and are not powers of 2. For those formats, adjust > hw_tail accordingly when checking for new reports. We are not touching hw_tail now, should we delete this from the commit message? Thanks. -- Ashutosh