autotest: Add Jasper Lake PCI Id's for Graphics tests

intel_pci_ids.json file updated with new JSL GPU Id's and mesa family name
updated for jasper lake.
Refernce :
JSL i915 PCI Id's : https://patchwork.freedesktop.org/patch/343589/
Mesa i965 PCI Id's :
https://gitlab.freedesktop.org/mesa/mesa/commit/1a32fbd48c62481cd17c6944ecd17bcb2c2b052a

BUG=b:145946344
TEST=Run Graphics test 'graphics_Idle' should pass

Change-Id: I3bd4286b67c53c604c9f50f3410999051625e1ac
Signed-off-by: Mohanram Meenakshisundaram <mohanram.meenakshisundaram@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1990893
Reviewed-by: Kirtika Ruchandani <kirtika@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Commit-Queue: Kirtika Ruchandani <kirtika@chromium.org>
Tested-by: Kirtika Ruchandani <kirtika@chromium.org>
diff --git a/client/bin/intel_pci_ids.json b/client/bin/intel_pci_ids.json
index 786340d..f32e535 100644
--- a/client/bin/intel_pci_ids.json
+++ b/client/bin/intel_pci_ids.json
@@ -152,6 +152,9 @@
     "0x3ea7": "coffeelake",
     "0x3ea8": "coffeelake",
     "0x3ea9": "coffeelake",
+    "0x4e51": "jasperlake",
+    "0x4e61": "jasperlake",
+    "0x4e71": "jasperlake",
     "0x5902": "kabylake",
     "0x5906": "kabylake",
     "0x5908": "kabylake",
@@ -232,4 +235,4 @@
     "0x9bf6": "cometlake",
     "0xa001": "pinetrail",
     "0xa011": "pinetrail"
-}
\ No newline at end of file
+}
diff --git a/client/bin/update_intel_pci_ids b/client/bin/update_intel_pci_ids
index 23af5ac..b67e174 100755
--- a/client/bin/update_intel_pci_ids
+++ b/client/bin/update_intel_pci_ids
@@ -41,7 +41,8 @@
         'Ice Lake': 'icelake',
         'Comet Lake': 'cometlake',
         'Whiskey Lake': 'whiskeylake',
-        'TGL': 'tigerlake'
+        'TGL': 'tigerlake',
+        'Jasper Lake': 'jasperlake'
     }
 
     for name in family_name_map: