<font color='black' size='2' face='arial'>
<div> <font size="2">This pci id can be found in kernel as one of INTEL_IVB_D_IDS.<br>
We really forgot it.<br>
LGTM<br>
</font>
</div>
<br>
<div style="font-family:arial,helvetica;font-size:10pt;color:black">
<div id="AOLMsgPart_0_f56008b6-953d-4c9b-8fbc-53b74807bfb2" style="margin: 0px;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 12px;color: #000;background-color: #fff;">
<pre style="font-size: 9pt;"><tt>---
src/cl_device_data.h | 4 +++-
src/cl_device_id.c | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/cl_device_data.h b/src/cl_device_data.h
index 55327ec..c1e4e93 100644
--- a/src/cl_device_data.h
+++ b/src/cl_device_data.h
@@ -67,6 +67,7 @@
#define PCI_CHIP_IVYBRIDGE_M_GT1 0x0156 /* Mobile */
#define PCI_CHIP_IVYBRIDGE_M_GT2 0x0166
#define PCI_CHIP_IVYBRIDGE_S_GT1 0x015a /* Server */
+#define PCI_CHIP_IVYBRIDGE_S_GT2 0x016a
#define PCI_CHIP_BAYTRAIL_T 0x0F31
@@ -77,7 +78,8 @@
#define IS_IVB_GT2(devid) \
(devid == PCI_CHIP_IVYBRIDGE_GT2 || \
- devid == PCI_CHIP_IVYBRIDGE_M_GT2)
+ devid == PCI_CHIP_IVYBRIDGE_M_GT2 || \
+ devid == PCI_CHIP_IVYBRIDGE_S_GT2)
#define IS_BAYTRAIL_T(devid) \
(devid == PCI_CHIP_BAYTRAIL_T)
diff --git a/src/cl_device_id.c b/src/cl_device_id.c
index d2b3bed..5d31ec3 100644
--- a/src/cl_device_id.c
+++ b/src/cl_device_id.c
@@ -221,6 +221,8 @@ ivb_gt1_break:
DECL_INFO_STRING(ivb_gt2_break, intel_ivb_gt2_device, name,
"Intel(R) HD Graphics IvyBridge GT2");
case PCI_CHIP_IVYBRIDGE_M_GT2:
DECL_INFO_STRING(ivb_gt2_break, intel_ivb_gt2_device, name,
"Intel(R) HD Graphics IvyBridge M GT2");
+ case PCI_CHIP_IVYBRIDGE_S_GT2:
+ DECL_INFO_STRING(ivb_gt2_break, intel_ivb_gt2_device, name,
"Intel(R) HD Graphics IvyBridge S GT2");
ivb_gt2_break:
intel_ivb_gt2_device.vendor_id = device_id;
intel_ivb_gt2_device.platform = intel_platform;
--
1.9.3
</tt></pre>
</div>
<!-- end of AOLMsgPart_0_f56008b6-953d-4c9b-8fbc-53b74807bfb2 -->
</div>
</font>