Module: Mesa Branch: staging/20.0 Commit: 64092f4de31c31a41fc4b97808847aa6495e0a1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64092f4de31c31a41fc4b97808847aa6495e0a1e
Author: Jordan Justen <[email protected]> Date: Fri Mar 20 15:10:09 2020 -0700 intel: Add TGL PCI ID Ref: Bspec 44455 Cc: <[email protected]> Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> (cherry picked from commit f02ae6986740813bf79bde8aad1a0ac5dd7e4d7c) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index a812400c963..df7536f9a86 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -634,7 +634,7 @@ "description": "intel: Add TGL PCI ID", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 863a8f429a0..a8dee3ddb3a 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -4,6 +4,7 @@ CHIPSET(0x9A59, tgl_gt2, "TGL GT2", "Intel(R) Graphics") CHIPSET(0x9A60, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") CHIPSET(0x9A68, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") CHIPSET(0x9A70, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") +CHIPSET(0x9A78, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AC0, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AC9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AD9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
