Intel HD Graphics (GT1) found on the 5th gen Broadwells.

We already have the bigger ones but the smallest GT1 with 12EUs
is missing. Test on my board OK (no drm right now of course)


Index: pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1766
diff -u -p -r1.1766 pcidevs
--- pcidevs     5 Jun 2015 05:24:08 -0000       1.1766
+++ pcidevs     8 Jul 2015 07:36:03 -0000
@@ -3329,6 +3329,7 @@ product INTEL I218_LM_3           0x15a2  I218-LM
 product INTEL I218_V_3         0x15a3  I218-V
 product INTEL CORE5G_HB_1      0x1604  Core 5G Host
 product INTEL CORE5G_HDA_1     0x160c  Core 5G HD Audio
+product INTEL CORE5G_M_GT1     0x1606  HD Graphics (GT1)
 product INTEL CORE5G_M_GT2_1   0x1616  HD Graphics 5500
 product INTEL CORE5G_M_GT2_2   0x161e  HD Graphics 5300
 product INTEL CORE5G_M_GT3_15W 0x1626  HD Graphics 6000
Index: pcidevs.h
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs.h,v
retrieving revision 1.1759
diff -u -p -r1.1759 pcidevs.h
--- pcidevs.h   5 Jun 2015 05:24:19 -0000       1.1759
+++ pcidevs.h   8 Jul 2015 07:36:12 -0000
@@ -3334,6 +3334,7 @@
 #define        PCI_PRODUCT_INTEL_I218_V_3      0x15a3          /* I218-V */
 #define        PCI_PRODUCT_INTEL_CORE5G_HB_1   0x1604          /* Core 5G Host 
*/
 #define        PCI_PRODUCT_INTEL_CORE5G_HDA_1  0x160c          /* Core 5G HD 
Audio */
+#define        PCI_PRODUCT_INTEL_CORE5G_M_GT1  0x1606          /* HD Graphics 
(GT1) */
 #define        PCI_PRODUCT_INTEL_CORE5G_M_GT2_1        0x1616          /* HD 
Graphics 5500 */
 #define        PCI_PRODUCT_INTEL_CORE5G_M_GT2_2        0x161e          /* HD 
Graphics 5300 */
 #define        PCI_PRODUCT_INTEL_CORE5G_M_GT3_15W      0x1626          /* HD 
Graphics 6000 */
Index: pcidevs_data.h
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs_data.h,v
retrieving revision 1.1754
diff -u -p -r1.1754 pcidevs_data.h
--- pcidevs_data.h      5 Jun 2015 05:24:19 -0000       1.1754
+++ pcidevs_data.h      8 Jul 2015 07:36:22 -0000
@@ -10864,6 +10864,10 @@ static const struct pci_known_product pc
            "Core 5G HD Audio",
        },
        {
+           PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_GT1,
+           "HD Graphics (GT1)",
+       },
+       {
            PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_GT2_1,
            "HD Graphics 5500",
        },



-- 
Mark Patruck ( mark at wrapped.cx )
GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74  F644 0D3C F66F F286 5E51

http://www.wrapped.cx

Reply via email to