diff options
author | Anuj Phogat <[email protected]> | 2019-12-04 15:21:20 -0800 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2019-12-09 12:22:57 -0800 |
commit | 1a32fbd48c62481cd17c6944ecd17bcb2c2b052a (patch) | |
tree | b0b2c021642f2f1407dc70f57e1fa7e13750c75f /src/intel | |
parent | 11fdd5f52c3db070f33f7ef82d41acf14b1a2670 (diff) |
intel: Add pci-ids for Jasper Lake
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/dev/gen_device_info.c | 1 |
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 61eedf68ff7..23306475b3e 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -67,6 +67,7 @@ gen_device_name_to_pci_device_id(const char *name) { "cnl", 0x5a52 }, { "icl", 0x8a52 }, { "ehl", 0x4500 }, + { "jsl", 0x4E71 }, { "tgl", 0x9a49 }, }; |