projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35bfe20
)
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
author
Anuj Phogat
<anuj.phogat@gmail.com>
Wed, 10 May 2017 22:26:51 +0000
(15:26 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000
(11:15 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/common/gen_device_info.c
patch
|
blob
|
history
diff --git
a/src/intel/common/gen_device_info.c
b/src/intel/common/gen_device_info.c
index b17d22e5f8e95ebcd71405a61509b3b89ad6d33c..11a4480ebf1deef181a61ea1490eb6f6f84c345e 100644
(file)
--- a/
src/intel/common/gen_device_info.c
+++ b/
src/intel/common/gen_device_info.c
@@
-56,6
+56,7
@@
gen_device_name_to_pci_device_id(const char *name)
{ "kbl", 0x5912 },
{ "glk", 0x3185 },
{ "cnl", 0x5a52 },
+ { "icl", 0x8a52 },
};
for (unsigned i = 0; i < ARRAY_SIZE(name_map); i++) {