From 405dcc0a6464d92e656789a5a76bb23f479975ea Mon Sep 17 00:00:00 2001
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date: Fri, 3 Mar 2017 21:40:45 -0800
Subject: [PATCH] Add Kabylake and Broadwell-GT processor models
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

---
 src/thd_engine.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/thd_engine.cpp b/src/thd_engine.cpp
index e4a4ef1..de17cf2 100644
--- a/src/thd_engine.cpp
+++ b/src/thd_engine.cpp
@@ -593,12 +593,14 @@ static supported_ids_t id_table[] = {
 		{ 6, 0x45 }, // Haswell ULT
 		{ 6, 0x46 }, // Haswell ULT
 		{ 6, 0x3d }, // Broadwell
+		{ 6, 0x47 }, // Broadwell-GT3E
 		{ 6, 0x37 }, // Valleyview BYT
 		{ 6, 0x4c }, // Brasewell
 		{ 6, 0x4e }, // skylake
 		{ 6, 0x5e }, // skylake
 		{ 6, 0x5c }, // Broxton
-
+		{ 6, 0x8e }, // kabylake
+		{ 6, 0x9e }, // kabylake
 		{ 0, 0 } // Last Invalid entry
 };
 
-- 
2.11.0

