summaryrefslogtreecommitdiff
path: root/src/intel_module.c
diff options
context:
space:
mode:
authorLiwei Song <liwei.song@windriver.com>2018-03-15 23:14:18 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2018-05-02 10:47:25 +0100
commite7bfc9065345085f767235eea8b148c356e5bd2b (patch)
treea7cba84eec2c30ecfdd74b0fd545e770ecc53713 /src/intel_module.c
parent8b90ab0434ebc69d45001701a0fdd8db795bf051 (diff)
Add Coffeelake PCI IDs for U Skus
Add the Coffeelake PCI IDs based on the following kernel patch: commit d29fe702c9cb682df99146d24d06e5455f043101 Author: Anusha Srivatsa <anusha.srivatsa@intel.com> Date: Thu Jun 8 16:41:07 2017 -0700 drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku. Signed-off-by: Liwei Song <liwei.song@windriver.com>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r--src/intel_module.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index 1691bea3..3ecc27ea 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -315,6 +315,10 @@ static const SymTabRec intel_chipsets[] = {
{0x3E96, "HD Graphics"},
{0x3E9B, "HD Graphics"},
{0x3E94, "HD Graphics"},
+ {0x3EA5, "HD Graphics"},
+ {0x3EA6, "HD Graphics"},
+ {0x3EA7, "HD Graphics"},
+ {0x3EA8, "HD Graphics"},
/* When adding new identifiers, also update:
* 1. intel_identify()
@@ -373,6 +377,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_CFL_S_IDS(&intel_coffeelake_info),
INTEL_CFL_H_IDS(&intel_coffeelake_info),
+ INTEL_CFL_U_IDS(&intel_coffeelake_info),
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
#endif