drm: Branch 'master'

[email protected] (GitLab Mirror) Tue, 14 Aug 2018 23:23:51 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 intel/intel_chipset.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 6e30031788f8fdb944d3cd8897acd45ca02433ba
Author: Rodrigo Vivi <[email protected]>
Date:   Wed Aug 8 22:38:41 2018 -0700

    intel: Add a new CFL PCI ID.
    
    One more CFL ID added to spec.
    
    Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
    Add a new CFL PCI ID.")
    
    v2: fix commit subject.
    
    Cc: José Roberto de Souza <[email protected]>
    Signed-off-by: Rodrigo Vivi <[email protected]>
    Reviewed-by: José Roberto de Souza <[email protected]>

diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 583d6447..4a34b7be 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -230,7 +230,8 @@
 #define PCI_CHIP_COFFEELAKE_S_GT2_1     0x3E91
 #define PCI_CHIP_COFFEELAKE_S_GT2_2     0x3E92
 #define PCI_CHIP_COFFEELAKE_S_GT2_3     0x3E96
-#define PCI_CHIP_COFFEELAKE_S_GT2_4     0x3E9A
+#define PCI_CHIP_COFFEELAKE_S_GT2_4     0x3E98
+#define PCI_CHIP_COFFEELAKE_S_GT2_5     0x3E9A
 #define PCI_CHIP_COFFEELAKE_H_GT2_1     0x3E9B
 #define PCI_CHIP_COFFEELAKE_H_GT2_2     0x3E94
 #define PCI_CHIP_COFFEELAKE_U_GT2_1     0x3EA9
@@ -509,7 +510,8 @@
                                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_1 || \
                                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_2 || \
                                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_3 || \
-                                 (devid) == PCI_CHIP_COFFEELAKE_S_GT2_4)
+                                 (devid) == PCI_CHIP_COFFEELAKE_S_GT2_4 || \
+                                 (devid) == PCI_CHIP_COFFEELAKE_S_GT2_5)
 
 #define IS_CFL_H(devid)         ((devid) == PCI_CHIP_COFFEELAKE_H_GT2_1 || \
                                  (devid) == PCI_CHIP_COFFEELAKE_H_GT2_2)

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--
_______________________________________________
Dri-patches mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-patches