mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC Core
Ice Lake Neural Network Processor for deep learning inference a.k.a. ICL-NNPI can re-use Ice Lake Mobile regmap to enable Intel PMC Core driver on it. Cc: Darren Hart <dvhart@infradead.org> Cc: Andy Shevchenko <andy@infradead.org> Cc: platform-driver-x86@vger.kernel.org Link: https://lkml.org/lkml/2019/6/5/1034 Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
6acf5d76ab
commit
66013e8ec6
1 changed files with 1 additions and 0 deletions
|
@ -812,6 +812,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
|
||||||
INTEL_CPU_FAM6(KABYLAKE_DESKTOP, spt_reg_map),
|
INTEL_CPU_FAM6(KABYLAKE_DESKTOP, spt_reg_map),
|
||||||
INTEL_CPU_FAM6(CANNONLAKE_MOBILE, cnp_reg_map),
|
INTEL_CPU_FAM6(CANNONLAKE_MOBILE, cnp_reg_map),
|
||||||
INTEL_CPU_FAM6(ICELAKE_MOBILE, icl_reg_map),
|
INTEL_CPU_FAM6(ICELAKE_MOBILE, icl_reg_map),
|
||||||
|
INTEL_CPU_FAM6(ICELAKE_NNPI, icl_reg_map),
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue