From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH] x86/cpu: Add Icelake-NNPI to Intel family Date: Tue, 4 Jun 2019 19:09:14 +0300 Message-ID: <20190604160914.GN9224@smile.fi.intel.com> References: <20190530123827.8218-1-rajneesh.bhardwaj@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190530123827.8218-1-rajneesh.bhardwaj@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Rajneesh Bhardwaj Cc: linux-kernel@vger.kernel.org, x86@kernel.org, bp@suse.de, Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Ingo Molnar , Kan Liang , Peter Zijlstra , platform-driver-x86@vger.kernel.org, Qiuxu Zhuo , Srinivas Pandruvada , Len Brown , Thomas Gleixner , Linux PM List-Id: platform-driver-x86.vger.kernel.org On Thu, May 30, 2019 at 06:08:27PM +0530, Rajneesh Bhardwaj wrote: > Add the CPUID model number of Icelake Neural Network Processor for Deep I believe we spell "Ice Lake". > Learning Inference (ICL-NNPI) to the Intel family list. Icelake NNPI uses Ditto. > model number 0x9D and this will be documented in a future version of Intel > Software Development Manual. > > Cc: Borislav Petkov > Cc: Dave Hansen > Cc: Andy Shevchenko > Cc: "H. Peter Anvin" > Cc: Ingo Molnar > Cc: Kan Liang > Cc: Peter Zijlstra > Cc: platform-driver-x86@vger.kernel.org > Cc: Qiuxu Zhuo > Cc: Srinivas Pandruvada > Cc: Len Brown > Cc: Thomas Gleixner > Cc: x86-ml > Cc: Linux PM > Signed-off-by: Rajneesh Bhardwaj > --- > arch/x86/include/asm/intel-family.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h > index 9f15384c504a..087de5d3b93a 100644 > --- a/arch/x86/include/asm/intel-family.h > +++ b/arch/x86/include/asm/intel-family.h > @@ -53,6 +53,7 @@ > #define INTEL_FAM6_CANNONLAKE_MOBILE 0x66 > > #define INTEL_FAM6_ICELAKE_MOBILE 0x7E > +#define INTEL_FAM6_ICELAKE_NNPI 0x9D > > /* "Small Core" Processors (Atom) */ > > -- > 2.17.1 > -- With Best Regards, Andy Shevchenko