mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
intel: Add cfl to gen_device_name_to_pci_device_id()
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
parent
bc5001325b
commit
54db78b196
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ gen_device_name_to_pci_device_id(const char *name)
|
|||
{ "bxt", 0x5A85 },
|
||||
{ "kbl", 0x5912 },
|
||||
{ "glk", 0x3185 },
|
||||
{ "cfl", 0x3E9B },
|
||||
{ "cnl", 0x5a52 },
|
||||
{ "icl", 0x8a52 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue