Module: Mesa Branch: staging/20.0 Commit: ead58ae0c87c8908a6c188b2d2eae47fbd8dca73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ead58ae0c87c8908a6c188b2d2eae47fbd8dca73
Author: Lionel Landwerlin <[email protected]> Date: Thu Mar 19 21:30:01 2020 +0200 intel: add new TGL pci ids Update following kernel : https://patchwork.freedesktop.org/patch/357921/ Signed-off-by: Lionel Landwerlin <[email protected]> Bspec: 44455 Acked-by: Tapani Pälli <[email protected]> Reviewed-by: Scott D Phillips <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4248> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4248> (cherry picked from commit 58deebe547014e64d8db3f8cc5e963efe7e0f743) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index e64b648662f..ea7b0844ed9 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1102,7 +1102,7 @@ "description": "intel: add new TGL pci ids", "nominated": false, "nomination_type": null, - "resolution": 4, + "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 b58360a1916..42e5d675828 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -4,3 +4,7 @@ CHIPSET(0x9A59, tgl_gt2, "TGL GT2", "Intel(R) Graphics") CHIPSET(0x9A60, tgl_gt1, "TGL GT1", "Intel(R) Graphics") CHIPSET(0x9A68, tgl_gt1, "TGL GT1", "Intel(R) Graphics") CHIPSET(0x9A70, tgl_gt1, "TGL GT1", "Intel(R) 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") +CHIPSET(0x9AF8, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
