mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
35bfe20995
commit
5e42103f3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue