summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2019-03-29 13:13:01 -0700
committerAnuj Phogat <[email protected]>2019-04-01 14:07:40 -0700
commit82f6a746e8b47fb6e3f96d7f5f69973f50eec9ca (patch)
treec84df5766768505a52b7ac1ab5f960f89e4eee33 /src
parent80e1ca9d28a93567a7afb916f95c4c1e5f915eb7 (diff)
intel: Add support for Comet Lake
Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/intel/dev/gen_device_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index 4837bda47aa..3689491a8e2 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -61,6 +61,7 @@ gen_device_name_to_pci_device_id(const char *name)
{ "glk", 0x3185 },
{ "cfl", 0x3E9B },
{ "whl", 0x3EA1 },
+ { "cml", 0x9b41 },
{ "cnl", 0x5a52 },
{ "icl", 0x8a52 },
};