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 A4D50C001B0 for ; Wed, 9 Aug 2023 17:54:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3D79A10E0CE; Wed, 9 Aug 2023 17:54:54 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id A7C3810E485 for ; Wed, 9 Aug 2023 17:54:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691603692; x=1723139692; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=1rKMNChh7/kazhTr7kioJewTSqkyw1URoHYEFgiSKdE=; b=MKXIcuU/9yJn7D/PK7978ALzel/MopoSWnkFaqtCvneMKmpwQZiu418r Ra3O2hbTd8I6umLwMvbuVEw/KpmrIP3Md6x6nTdUlK/VbOwq2RsQT4Kt+ aFytKgsbFmuKtTdeY5LrUZPhCnA7x6U+V2vt5PphD9IcPg58rtiC6oOol ghhIty17Yas/bFnlTFwzKeiq6VRrVW0/RvL8iAeM5kqEQHah3VB0xo8Gy iZQzeIm4A+N2XcRqdi8mzSEf5IIgtf/xRytoEe85nfykzNOnCyVLI+Wsc 2a0u0onvWKZTM2Sb4HlGOptpLCRTLIBC7hxbkgP7tr2SuIa4oIphigtKO g==; X-IronPort-AV: E=McAfee;i="6600,9927,10797"; a="350768760" X-IronPort-AV: E=Sophos;i="6.01,159,1684825200"; d="scan'208";a="350768760" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2023 10:54:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10797"; a="735105851" X-IronPort-AV: E=Sophos;i="6.01,159,1684825200"; d="scan'208";a="735105851" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.56.194]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2023 10:54:51 -0700 Date: Wed, 09 Aug 2023 10:54:50 -0700 Message-ID: <87r0oc2j9x.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Ravi Kumar Vodapalli In-Reply-To: <20230809120730.383981-1-ravi.kumar.vodapalli@intel.com> References: <20230809120730.383981-1-ravi.kumar.vodapalli@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.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-xe] [PATCH] Different platforms has different PAT encoding in PTE and PDE format, add correct PAT encoding for pre-Xe2 platforms (XELP, XEHPC, XELPG). 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: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed, 09 Aug 2023 05:07:30 -0700, Ravi Kumar Vodapalli wrote: > > Bspec: 45101, 71582 > Signed-off-by: Ravi Kumar Vodapalli Why such a long patch title? Please use patch title and patch description which fits in 75 chars per line (whatever checkpatch allows). Thanks.