nouveau/headers: Update g_nv_name_released.h

This pulls in the newest version of the file form
open-gpu-kernel-modules version 575.64.05. This should give us updated
names that correspond to our new hardware support.

The new version also added a ton of lines where the name was "(null)".
Since these would only make our device names more confusing, I've
removed all of these lines in the new version using a script that is
also included in this commit.

Backport-to: 25.2
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36333>
(cherry picked from commit 658f3db465)
This commit is contained in:
Mel Henning 2025-07-23 15:15:14 -04:00 committed by Eric Engestrom
parent 4402800d64
commit d31e0d9f9a
3 changed files with 200 additions and 40 deletions

View file

@ -2654,7 +2654,7 @@
"description": "nouveau/headers: Update g_nv_name_released.h",
"nominated": true,
"nomination_type": 4,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -0,0 +1,4 @@
#!/usr/bin/bash
set -e
sed /\"\(null\)\"/d -i nvidia/g_nv_name_released.h

View file

@ -190,6 +190,8 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x1BB0, 0x0000, 0x0000, "Quadro P5000" },
{ 0x1BB1, 0x0000, 0x0000, "Quadro P4000" },
{ 0x1BB1, 0x11a3, 0x15c3, "EIZO Quadro MED-XN91" },
{ 0x1BB3, 0x11d8, 0x10de, "Tesla P4" },
{ 0x1BB3, 0x11e0, 0x10de, "Tesla P4" },
{ 0x1BB4, 0x0000, 0x0000, "Tesla P6" },
{ 0x1BB5, 0x0000, 0x0000, "Quadro P5200" },
{ 0x1BB5, 0x2268, 0x17aa, "Quadro P5200 with Max-Q Design" },
@ -497,6 +499,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x1EB6, 0x12c6, 0x1462, "Quadro RTX 4000 with Max-Q Design" },
{ 0x1EB6, 0x22b8, 0x17aa, "Quadro RTX 4000 with Max-Q Design" },
{ 0x1EB6, 0x22ba, 0x17aa, "Quadro RTX 4000 with Max-Q Design" },
{ 0x1EB8, 0x12a2, 0x10de, "Tesla T4" },
{ 0x1EC2, 0x0000, 0x0000, "NVIDIA GeForce RTX 2070 SUPER" },
{ 0x1EC7, 0x0000, 0x0000, "NVIDIA GeForce RTX 2070 SUPER" },
{ 0x1ED0, 0x0000, 0x0000, "NVIDIA GeForce RTX 2080" },
@ -797,6 +800,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x1FF0, 0x1612, 0x17aa, "NVIDIA T1000 8GB" },
{ 0x1FF2, 0x1613, 0x1028, "NVIDIA T400 4GB" },
{ 0x1FF2, 0x1613, 0x103c, "NVIDIA T400 4GB" },
{ 0x1FF2, 0x18ff, 0x103c, "NVIDIA T400E" },
{ 0x1FF2, 0x8a80, 0x103c, "NVIDIA T400 4GB" },
{ 0x1FF2, 0x1613, 0x10de, "NVIDIA T400 4GB" },
{ 0x1FF2, 0x18ff, 0x10de, "NVIDIA T400E" },
@ -900,14 +904,19 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x2324, 0x17a8, 0x10de, "NVIDIA H800" },
{ 0x2329, 0x198b, 0x10de, "NVIDIA H20" },
{ 0x2329, 0x198c, 0x10de, "NVIDIA H20" },
{ 0x232C, 0x2063, 0x10de, "NVIDIA H20-3e" },
{ 0x2330, 0x16c0, 0x10de, "NVIDIA H100 80GB HBM3" },
{ 0x2330, 0x16c1, 0x10de, "NVIDIA H100 80GB HBM3" },
{ 0x2331, 0x1626, 0x10de, "NVIDIA H100 PCIe" },
{ 0x2335, 0x18be, 0x10de, "NVIDIA H200" },
{ 0x2335, 0x18bf, 0x10de, "NVIDIA H200" },
{ 0x2339, 0x17fc, 0x10de, "NVIDIA H100" },
{ 0x233A, 0x183a, 0x10de, "NVIDIA H800 NVL" },
{ 0x233B, 0x1996, 0x10de, "NVIDIA H200 NVL" },
{ 0x2342, 0x16eb, 0x10de, "NVIDIA GH200 120GB" },
{ 0x2342, 0x1805, 0x10de, "NVIDIA GH200 120GB" },
{ 0x2342, 0x1809, 0x10de, "NVIDIA GH200 480GB" },
{ 0x2348, 0x18d2, 0x10de, "NVIDIA GH200 144G HBM3e" },
{ 0x2414, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
{ 0x2420, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti Laptop GPU" },
{ 0x2438, 0x0000, 0x0000, "NVIDIA RTX A5500 Laptop GPU" },
@ -976,6 +985,16 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x25AB, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 4GB Laptop GPU" },
{ 0x25AC, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 6GB Laptop GPU" },
{ 0x25AD, 0x0000, 0x0000, "NVIDIA GeForce RTX 2050" },
{ 0x25B0, 0x1878, 0x1028, "NVIDIA RTX A1000" },
{ 0x25B0, 0x1878, 0x103c, "NVIDIA RTX A1000" },
{ 0x25B0, 0x8d96, 0x103c, "NVIDIA RTX A1000" },
{ 0x25B0, 0x1878, 0x10de, "NVIDIA RTX A1000" },
{ 0x25B0, 0x1878, 0x17aa, "NVIDIA RTX A1000" },
{ 0x25B2, 0x1879, 0x1028, "NVIDIA RTX A400" },
{ 0x25B2, 0x1879, 0x103c, "NVIDIA RTX A400" },
{ 0x25B2, 0x8d95, 0x103c, "NVIDIA RTX A400" },
{ 0x25B2, 0x1879, 0x10de, "NVIDIA RTX A400" },
{ 0x25B2, 0x1879, 0x17aa, "NVIDIA RTX A400" },
{ 0x25B6, 0x14a9, 0x10de, "NVIDIA A16" },
{ 0x25B6, 0x157e, 0x10de, "NVIDIA A2" },
{ 0x25B8, 0x0000, 0x0000, "NVIDIA RTX A2000 Laptop GPU" },
@ -994,6 +1013,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x25FB, 0x0000, 0x0000, "NVIDIA RTX A500 Embedded GPU" },
{ 0x2684, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090" },
{ 0x2685, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090 D" },
{ 0x2689, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Ti SUPER" },
{ 0x26B1, 0x16a1, 0x1028, "NVIDIA RTX 6000 Ada Generation" },
{ 0x26B1, 0x16a1, 0x103c, "NVIDIA RTX 6000 Ada Generation" },
{ 0x26B1, 0x16a1, 0x10de, "NVIDIA RTX 6000 Ada Generation" },
@ -1011,9 +1031,11 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x26B9, 0x1851, 0x10de, "NVIDIA L40S" },
{ 0x26B9, 0x18cf, 0x10de, "NVIDIA L40S" },
{ 0x26BA, 0x1957, 0x10de, "NVIDIA L20" },
{ 0x26BA, 0x1990, 0x10de, "NVIDIA L20" },
{ 0x2702, 0x0000, 0x0000, "NVIDIA GeForce RTX 4080 SUPER" },
{ 0x2704, 0x0000, 0x0000, "NVIDIA GeForce RTX 4080" },
{ 0x2705, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Ti SUPER" },
{ 0x2709, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070" },
{ 0x2717, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090 Laptop GPU" },
{ 0x2730, 0x0000, 0x0000, "NVIDIA RTX 5000 Ada Generation Laptop GPU" },
{ 0x2757, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090 Laptop GPU" },
@ -1021,6 +1043,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x2782, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Ti" },
{ 0x2783, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 SUPER" },
{ 0x2786, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070" },
{ 0x2788, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Ti" },
{ 0x27A0, 0x0000, 0x0000, "NVIDIA GeForce RTX 4080 Laptop GPU" },
{ 0x27B0, 0x16fa, 0x1028, "NVIDIA RTX 4000 SFF Ada Generation" },
{ 0x27B0, 0x16fa, 0x103c, "NVIDIA RTX 4000 SFF Ada Generation" },
@ -1043,20 +1066,85 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x27FB, 0x0000, 0x0000, "NVIDIA RTX 3500 Ada Generation Embedded GPU" },
{ 0x2803, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Ti" },
{ 0x2805, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Ti" },
{ 0x2808, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060" },
{ 0x2820, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Laptop GPU" },
{ 0x2822, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 A Laptop GPU" },
{ 0x2838, 0x0000, 0x0000, "NVIDIA RTX 3000 Ada Generation Laptop GPU" },
{ 0x2860, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Laptop GPU" },
{ 0x2882, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060" },
{ 0x28A0, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Laptop GPU" },
{ 0x28A1, 0x0000, 0x0000, "NVIDIA GeForce RTX 4050 Laptop GPU" },
{ 0x28A3, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 A Laptop GPU" },
{ 0x28B0, 0x1870, 0x1028, "NVIDIA RTX 2000 Ada Generation" },
{ 0x28B0, 0x1870, 0x103c, "NVIDIA RTX 2000 Ada Generation" },
{ 0x28B0, 0x1871, 0x103c, "NVIDIA RTX 2000E Ada Generation" },
{ 0x28B0, 0x1870, 0x10de, "NVIDIA RTX 2000 Ada Generation" },
{ 0x28B0, 0x1871, 0x10de, "NVIDIA RTX 2000E Ada Generation" },
{ 0x28B0, 0x1870, 0x17aa, "NVIDIA RTX 2000 Ada Generation" },
{ 0x28B0, 0x1871, 0x17aa, "NVIDIA RTX 2000E Ada Generation" },
{ 0x28B8, 0x0000, 0x0000, "NVIDIA RTX 2000 Ada Generation Laptop GPU" },
{ 0x28B9, 0x0000, 0x0000, "NVIDIA RTX 1000 Ada Generation Laptop GPU" },
{ 0x28BA, 0x0000, 0x0000, "NVIDIA RTX 500 Ada Generation Laptop GPU" },
{ 0x28BB, 0x0000, 0x0000, "NVIDIA RTX 500 Ada Generation Laptop GPU" },
{ 0x28E0, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Laptop GPU" },
{ 0x28E1, 0x0000, 0x0000, "NVIDIA GeForce RTX 4050 Laptop GPU" },
{ 0x28E3, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 A Laptop GPU" },
{ 0x28F8, 0x0000, 0x0000, "NVIDIA RTX 2000 Ada Generation Embedded GPU" },
{ 0x2901, 0x1999, 0x10de, "NVIDIA B200" },
{ 0x2901, 0x199b, 0x10de, "NVIDIA B200" },
{ 0x2901, 0x20da, 0x10de, "NVIDIA B200" },
{ 0x2941, 0x2046, 0x10de, "NVIDIA GB200" },
{ 0x2941, 0x20ca, 0x10de, "NVIDIA GB200" },
{ 0x2941, 0x20d5, 0x10de, "NVIDIA GB200" },
{ 0x2941, 0x21c9, 0x10de, "NVIDIA GB200" },
{ 0x2941, 0x21ca, 0x10de, "NVIDIA GB200" },
{ 0x2B85, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090" },
{ 0x2B87, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 D" },
{ 0x2BB1, 0x204b, 0x1028, "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" },
{ 0x2BB1, 0x204b, 0x103c, "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" },
{ 0x2BB1, 0x204b, 0x10de, "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" },
{ 0x2BB1, 0x204b, 0x17aa, "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" },
{ 0x2BB3, 0x204d, 0x1028, "NVIDIA RTX PRO 5000 Blackwell" },
{ 0x2BB3, 0x204d, 0x103c, "NVIDIA RTX PRO 5000 Blackwell" },
{ 0x2BB3, 0x204d, 0x10de, "NVIDIA RTX PRO 5000 Blackwell" },
{ 0x2BB3, 0x204d, 0x17aa, "NVIDIA RTX PRO 5000 Blackwell" },
{ 0x2BB4, 0x204c, 0x1028, "NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition" },
{ 0x2BB4, 0x204c, 0x103c, "NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition" },
{ 0x2BB4, 0x204c, 0x10de, "NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition" },
{ 0x2BB4, 0x204c, 0x17aa, "NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition" },
{ 0x2BB5, 0x204e, 0x10de, "NVIDIA RTX PRO 6000 Blackwell Server Edition" },
{ 0x2C02, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080" },
{ 0x2C05, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti" },
{ 0x2C18, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 Laptop GPU" },
{ 0x2C19, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
{ 0x2C31, 0x2051, 0x1028, "NVIDIA RTX PRO 4500 Blackwell" },
{ 0x2C31, 0x2051, 0x103c, "NVIDIA RTX PRO 4500 Blackwell" },
{ 0x2C31, 0x2051, 0x10de, "NVIDIA RTX PRO 4500 Blackwell" },
{ 0x2C31, 0x2051, 0x17aa, "NVIDIA RTX PRO 4500 Blackwell" },
{ 0x2C34, 0x2052, 0x1028, "NVIDIA RTX PRO 4000 Blackwell" },
{ 0x2C34, 0x2052, 0x103c, "NVIDIA RTX PRO 4000 Blackwell" },
{ 0x2C34, 0x2052, 0x10de, "NVIDIA RTX PRO 4000 Blackwell" },
{ 0x2C34, 0x2052, 0x17aa, "NVIDIA RTX PRO 4000 Blackwell" },
{ 0x2C38, 0x0000, 0x0000, "NVIDIA RTX PRO 5000 Blackwell Generation Laptop GPU" },
{ 0x2C39, 0x0000, 0x0000, "NVIDIA RTX PRO 4000 Blackwell Generation Laptop GPU" },
{ 0x2C58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 Laptop GPU" },
{ 0x2C59, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
{ 0x2D04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060 Ti" },
{ 0x2D05, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060" },
{ 0x2D18, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Laptop GPU" },
{ 0x2D19, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060 Laptop GPU" },
{ 0x2D39, 0x0000, 0x0000, "NVIDIA RTX PRO 2000 Blackwell Generation Laptop GPU" },
{ 0x2D58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Laptop GPU" },
{ 0x2D59, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060 Laptop GPU" },
{ 0x2D83, 0x0000, 0x0000, "NVIDIA GeForce RTX 5050" },
{ 0x2D98, 0x0000, 0x0000, "NVIDIA GeForce RTX 5050 Laptop GPU" },
{ 0x2DB8, 0x0000, 0x0000, "NVIDIA RTX PRO 1000 Blackwell Generation Laptop GPU" },
{ 0x2DB9, 0x0000, 0x0000, "NVIDIA RTX PRO 500 Blackwell Generation Laptop GPU" },
{ 0x2DD8, 0x0000, 0x0000, "NVIDIA GeForce RTX 5050 Laptop GPU" },
{ 0x2F04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070" },
{ 0x2F18, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },
{ 0x2F38, 0x0000, 0x0000, "NVIDIA RTX PRO 3000 Blackwell Generation Laptop GPU" },
{ 0x2F58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },
{ 0x13BD, 0x11cc, 0x10DE, "GRID M10-0B" },
{ 0x13BD, 0x11cd, 0x10DE, "GRID M10-1B" },
{ 0x13BD, 0x11ce, 0x10DE, "GRID M10-0Q" },
@ -1709,6 +1797,24 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x2329, 0x2033, 0x10DE, "NVIDIA H20-24C" },
{ 0x2329, 0x2034, 0x10DE, "NVIDIA H20-48C" },
{ 0x2329, 0x2035, 0x10DE, "NVIDIA H20-96C" },
{ 0x2329, 0x2047, 0x10DE, "NVIDIA H20-8C" },
{ 0x2329, 0x2048, 0x10DE, "NVIDIA H20-32C" },
{ 0x232C, 0x2108, 0x10DE, "NVIDIA H20X-1-18CME" },
{ 0x232C, 0x2109, 0x10DE, "NVIDIA H20X-1-18C" },
{ 0x232C, 0x210a, 0x10DE, "NVIDIA H20X-1-35C" },
{ 0x232C, 0x210b, 0x10DE, "NVIDIA H20X-2-35C" },
{ 0x232C, 0x210c, 0x10DE, "NVIDIA H20X-3-71C" },
{ 0x232C, 0x210d, 0x10DE, "NVIDIA H20X-4-71C" },
{ 0x232C, 0x210e, 0x10DE, "NVIDIA H20X-7-141C" },
{ 0x232C, 0x210f, 0x10DE, "NVIDIA H20X-4C" },
{ 0x232C, 0x2110, 0x10DE, "NVIDIA H20X-7C" },
{ 0x232C, 0x2111, 0x10DE, "NVIDIA H20X-8C" },
{ 0x232C, 0x2112, 0x10DE, "NVIDIA H20X-14C" },
{ 0x232C, 0x2113, 0x10DE, "NVIDIA H20X-17C" },
{ 0x232C, 0x2114, 0x10DE, "NVIDIA H20X-28C" },
{ 0x232C, 0x2115, 0x10DE, "NVIDIA H20X-35C" },
{ 0x232C, 0x2116, 0x10DE, "NVIDIA H20X-70C" },
{ 0x232C, 0x2117, 0x10DE, "NVIDIA H20X-141C" },
{ 0x2330, 0x187a, 0x10DE, "NVIDIA H100XM-1-10CME" },
{ 0x2330, 0x187b, 0x10DE, "NVIDIA H100XM-1-10C" },
{ 0x2330, 0x187c, 0x10DE, "NVIDIA H100XM-1-20C" },
@ -1739,6 +1845,22 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x2331, 0x1798, 0x10DE, "NVIDIA H100-5C" },
{ 0x2331, 0x17f0, 0x10DE, "NVIDIA H100-1-10CME" },
{ 0x2331, 0x1844, 0x10DE, "NVIDIA H100-1-20C" },
{ 0x2335, 0x206e, 0x10DE, "NVIDIA H200X-1-18CME" },
{ 0x2335, 0x206f, 0x10DE, "NVIDIA H200X-1-18C" },
{ 0x2335, 0x2070, 0x10DE, "NVIDIA H200X-1-35C" },
{ 0x2335, 0x2071, 0x10DE, "NVIDIA H200X-2-35C" },
{ 0x2335, 0x2072, 0x10DE, "NVIDIA H200X-3-71C" },
{ 0x2335, 0x2073, 0x10DE, "NVIDIA H200X-4-71C" },
{ 0x2335, 0x2074, 0x10DE, "NVIDIA H200X-7-141C" },
{ 0x2335, 0x2075, 0x10DE, "NVIDIA H200X-4C" },
{ 0x2335, 0x2076, 0x10DE, "NVIDIA H200X-7C" },
{ 0x2335, 0x2077, 0x10DE, "NVIDIA H200X-8C" },
{ 0x2335, 0x2078, 0x10DE, "NVIDIA H200X-14C" },
{ 0x2335, 0x2079, 0x10DE, "NVIDIA H200X-17C" },
{ 0x2335, 0x207a, 0x10DE, "NVIDIA H200X-28C" },
{ 0x2335, 0x207b, 0x10DE, "NVIDIA H200X-35C" },
{ 0x2335, 0x207e, 0x10DE, "NVIDIA H200X-70C" },
{ 0x2335, 0x207f, 0x10DE, "NVIDIA H200X-141C" },
{ 0x2337, 0x18f2, 0x10DE, "NVIDIA H100XS-1-8CME" },
{ 0x2337, 0x18f3, 0x10DE, "NVIDIA H100XS-1-8C" },
{ 0x2337, 0x18f4, 0x10DE, "NVIDIA H100XS-1-16C" },
@ -1779,6 +1901,22 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x233A, 0x186c, 0x10DE, "NVIDIA H800L-23C" },
{ 0x233A, 0x186d, 0x10DE, "NVIDIA H800L-47C" },
{ 0x233A, 0x186e, 0x10DE, "NVIDIA H800L-94C" },
{ 0x233B, 0x2081, 0x10DE, "NVIDIA H200-1-18CME" },
{ 0x233B, 0x2082, 0x10DE, "NVIDIA H200-1-18C" },
{ 0x233B, 0x2083, 0x10DE, "NVIDIA H200-1-35C" },
{ 0x233B, 0x2084, 0x10DE, "NVIDIA H200-2-35C" },
{ 0x233B, 0x2085, 0x10DE, "NVIDIA H200-3-71C" },
{ 0x233B, 0x2086, 0x10DE, "NVIDIA H200-4-71C" },
{ 0x233B, 0x2087, 0x10DE, "NVIDIA H200-7-141C" },
{ 0x233B, 0x2088, 0x10DE, "NVIDIA H200-4C" },
{ 0x233B, 0x2089, 0x10DE, "NVIDIA H200-7C" },
{ 0x233B, 0x208a, 0x10DE, "NVIDIA H200-8C" },
{ 0x233B, 0x208b, 0x10DE, "NVIDIA H200-14C" },
{ 0x233B, 0x208c, 0x10DE, "NVIDIA H200-17C" },
{ 0x233B, 0x208d, 0x10DE, "NVIDIA H200-28C" },
{ 0x233B, 0x208e, 0x10DE, "NVIDIA H200-35C" },
{ 0x233B, 0x208f, 0x10DE, "NVIDIA H200-70C" },
{ 0x233B, 0x2090, 0x10DE, "NVIDIA H200-141C" },
{ 0x2342, 0x18c2, 0x10DE, "NVIDIA GH200-1-12CME" },
{ 0x2342, 0x18c3, 0x10DE, "NVIDIA GH200-1-12C" },
{ 0x2342, 0x18c4, 0x10DE, "NVIDIA GH200-1-24C" },
@ -1787,6 +1925,14 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x2342, 0x18c7, 0x10DE, "NVIDIA GH200-4-48C" },
{ 0x2342, 0x18c8, 0x10DE, "NVIDIA GH200-7-96C" },
{ 0x2342, 0x18c9, 0x10DE, "NVIDIA GH200-96C" },
{ 0x2348, 0x20c2, 0x10DE, "NVIDIA GH200L-1-18CME" },
{ 0x2348, 0x20c3, 0x10DE, "NVIDIA GH200L-1-18C" },
{ 0x2348, 0x20c4, 0x10DE, "NVIDIA GH200L-1-36C" },
{ 0x2348, 0x20c5, 0x10DE, "NVIDIA GH200L-2-36C" },
{ 0x2348, 0x20c6, 0x10DE, "NVIDIA GH200L-3-72C" },
{ 0x2348, 0x20c7, 0x10DE, "NVIDIA GH200L-4-72C" },
{ 0x2348, 0x20c8, 0x10DE, "NVIDIA GH200L-7-144C" },
{ 0x2348, 0x20c9, 0x10DE, "NVIDIA GH200L-144C" },
{ 0x25B6, 0x159d, 0x10DE, "NVIDIA A16-1B" },
{ 0x25B6, 0x159e, 0x10DE, "NVIDIA A16-2B" },
{ 0x25B6, 0x159f, 0x10DE, "NVIDIA A16-1Q" },
@ -1883,45 +2029,45 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x26B2, 0x1836, 0x10DE, "NVIDIA RTX5000-Ada-8C" },
{ 0x26B2, 0x1837, 0x10DE, "NVIDIA RTX5000-Ada-16C" },
{ 0x26B2, 0x1838, 0x10DE, "NVIDIA RTX5000-Ada-32C" },
{ 0x26B3, 0x1958, 0x10DE, "NVIDIA RTX 5880-Ada-1B" },
{ 0x26B3, 0x1959, 0x10DE, "NVIDIA RTX 5880-Ada-2B" },
{ 0x26B3, 0x195a, 0x10DE, "NVIDIA RTX 5880-Ada-1Q" },
{ 0x26B3, 0x195b, 0x10DE, "NVIDIA RTX 5880-Ada-2Q" },
{ 0x26B3, 0x195c, 0x10DE, "NVIDIA RTX 5880-Ada-3Q" },
{ 0x26B3, 0x195d, 0x10DE, "NVIDIA RTX 5880-Ada-4Q" },
{ 0x26B3, 0x195e, 0x10DE, "NVIDIA RTX 5880-Ada-6Q" },
{ 0x26B3, 0x195f, 0x10DE, "NVIDIA RTX 5880-Ada-8Q" },
{ 0x26B3, 0x1960, 0x10DE, "NVIDIA RTX 5880-Ada-12Q" },
{ 0x26B3, 0x1961, 0x10DE, "NVIDIA RTX 5880-Ada-16Q" },
{ 0x26B3, 0x1962, 0x10DE, "NVIDIA RTX 5880-Ada-24Q" },
{ 0x26B3, 0x1963, 0x10DE, "NVIDIA RTX 5880-Ada-48Q" },
{ 0x26B3, 0x1964, 0x10DE, "NVIDIA RTX 5880-Ada-1A" },
{ 0x26B3, 0x1965, 0x10DE, "NVIDIA RTX 5880-Ada-2A" },
{ 0x26B3, 0x1966, 0x10DE, "NVIDIA RTX 5880-Ada-3A" },
{ 0x26B3, 0x1967, 0x10DE, "NVIDIA RTX 5880-Ada-4A" },
{ 0x26B3, 0x1968, 0x10DE, "NVIDIA RTX 5880-Ada-6A" },
{ 0x26B3, 0x1969, 0x10DE, "NVIDIA RTX 5880-Ada-8A" },
{ 0x26B3, 0x196a, 0x10DE, "NVIDIA RTX 5880-Ada-12A" },
{ 0x26B3, 0x196b, 0x10DE, "NVIDIA RTX 5880-Ada-16A" },
{ 0x26B3, 0x196c, 0x10DE, "NVIDIA RTX 5880-Ada-24A" },
{ 0x26B3, 0x196d, 0x10DE, "NVIDIA RTX 5880-Ada-48A" },
{ 0x26B3, 0x196e, 0x10DE, "NVIDIA RTX 5880-Ada-1" },
{ 0x26B3, 0x196f, 0x10DE, "NVIDIA RTX 5880-Ada-2" },
{ 0x26B3, 0x1970, 0x10DE, "NVIDIA RTX 5880-Ada-3" },
{ 0x26B3, 0x1971, 0x10DE, "NVIDIA RTX 5880-Ada-4" },
{ 0x26B3, 0x1972, 0x10DE, "NVIDIA RTX 5880-Ada-6" },
{ 0x26B3, 0x1973, 0x10DE, "NVIDIA RTX 5880-Ada-8" },
{ 0x26B3, 0x1974, 0x10DE, "NVIDIA RTX 5880-Ada-12" },
{ 0x26B3, 0x1975, 0x10DE, "NVIDIA RTX 5880-Ada-16" },
{ 0x26B3, 0x1976, 0x10DE, "NVIDIA RTX 5880-Ada-24" },
{ 0x26B3, 0x1977, 0x10DE, "NVIDIA RTX 5880-Ada-48" },
{ 0x26B3, 0x1978, 0x10DE, "NVIDIA RTX 5880-Ada-4C" },
{ 0x26B3, 0x1979, 0x10DE, "NVIDIA RTX 5880-Ada-6C" },
{ 0x26B3, 0x197a, 0x10DE, "NVIDIA RTX 5880-Ada-8C" },
{ 0x26B3, 0x197b, 0x10DE, "NVIDIA RTX 5880-Ada-12C" },
{ 0x26B3, 0x197c, 0x10DE, "NVIDIA RTX 5880-Ada-16C" },
{ 0x26B3, 0x197d, 0x10DE, "NVIDIA RTX 5880-Ada-24C" },
{ 0x26B3, 0x197e, 0x10DE, "NVIDIA RTX 5880-Ada-48C" },
{ 0x26B3, 0x1958, 0x10DE, "NVIDIA RTX5880-Ada-1B" },
{ 0x26B3, 0x1959, 0x10DE, "NVIDIA RTX5880-Ada-2B" },
{ 0x26B3, 0x195a, 0x10DE, "NVIDIA RTX5880-Ada-1Q" },
{ 0x26B3, 0x195b, 0x10DE, "NVIDIA RTX5880-Ada-2Q" },
{ 0x26B3, 0x195c, 0x10DE, "NVIDIA RTX5880-Ada-3Q" },
{ 0x26B3, 0x195d, 0x10DE, "NVIDIA RTX5880-Ada-4Q" },
{ 0x26B3, 0x195e, 0x10DE, "NVIDIA RTX5880-Ada-6Q" },
{ 0x26B3, 0x195f, 0x10DE, "NVIDIA RTX5880-Ada-8Q" },
{ 0x26B3, 0x1960, 0x10DE, "NVIDIA RTX5880-Ada-12Q" },
{ 0x26B3, 0x1961, 0x10DE, "NVIDIA RTX5880-Ada-16Q" },
{ 0x26B3, 0x1962, 0x10DE, "NVIDIA RTX5880-Ada-24Q" },
{ 0x26B3, 0x1963, 0x10DE, "NVIDIA RTX5880-Ada-48Q" },
{ 0x26B3, 0x1964, 0x10DE, "NVIDIA RTX5880-Ada-1A" },
{ 0x26B3, 0x1965, 0x10DE, "NVIDIA RTX5880-Ada-2A" },
{ 0x26B3, 0x1966, 0x10DE, "NVIDIA RTX5880-Ada-3A" },
{ 0x26B3, 0x1967, 0x10DE, "NVIDIA RTX5880-Ada-4A" },
{ 0x26B3, 0x1968, 0x10DE, "NVIDIA RTX5880-Ada-6A" },
{ 0x26B3, 0x1969, 0x10DE, "NVIDIA RTX5880-Ada-8A" },
{ 0x26B3, 0x196a, 0x10DE, "NVIDIA RTX5880-Ada-12A" },
{ 0x26B3, 0x196b, 0x10DE, "NVIDIA RTX5880-Ada-16A" },
{ 0x26B3, 0x196c, 0x10DE, "NVIDIA RTX5880-Ada-24A" },
{ 0x26B3, 0x196d, 0x10DE, "NVIDIA RTX5880-Ada-48A" },
{ 0x26B3, 0x196e, 0x10DE, "NVIDIA RTX5880-Ada-1" },
{ 0x26B3, 0x196f, 0x10DE, "NVIDIA RTX5880-Ada-2" },
{ 0x26B3, 0x1970, 0x10DE, "NVIDIA RTX5880-Ada-3" },
{ 0x26B3, 0x1971, 0x10DE, "NVIDIA RTX5880-Ada-4" },
{ 0x26B3, 0x1972, 0x10DE, "NVIDIA RTX5880-Ada-6" },
{ 0x26B3, 0x1973, 0x10DE, "NVIDIA RTX5880-Ada-8" },
{ 0x26B3, 0x1974, 0x10DE, "NVIDIA RTX5880-Ada-12" },
{ 0x26B3, 0x1975, 0x10DE, "NVIDIA RTX5880-Ada-16" },
{ 0x26B3, 0x1976, 0x10DE, "NVIDIA RTX5880-Ada-24" },
{ 0x26B3, 0x1977, 0x10DE, "NVIDIA RTX5880-Ada-48" },
{ 0x26B3, 0x1978, 0x10DE, "NVIDIA RTX5880-Ada-4C" },
{ 0x26B3, 0x1979, 0x10DE, "NVIDIA RTX5880-Ada-6C" },
{ 0x26B3, 0x197a, 0x10DE, "NVIDIA RTX5880-Ada-8C" },
{ 0x26B3, 0x197b, 0x10DE, "NVIDIA RTX5880-Ada-12C" },
{ 0x26B3, 0x197c, 0x10DE, "NVIDIA RTX5880-Ada-16C" },
{ 0x26B3, 0x197d, 0x10DE, "NVIDIA RTX5880-Ada-24C" },
{ 0x26B3, 0x197e, 0x10DE, "NVIDIA RTX5880-Ada-48C" },
{ 0x26B5, 0x176d, 0x10DE, "NVIDIA L40-1B" },
{ 0x26B5, 0x176e, 0x10DE, "NVIDIA L40-2B" },
{ 0x26B5, 0x176f, 0x10DE, "NVIDIA L40-1Q" },
@ -2140,6 +2286,16 @@ static const CHIPS_RELEASED sChipsReleased[] = {
{ 0x27B8, 0x174b, 0x10DE, "NVIDIA L4-8C" },
{ 0x27B8, 0x174c, 0x10DE, "NVIDIA L4-12C" },
{ 0x27B8, 0x174d, 0x10DE, "NVIDIA L4-24C" },
{ 0x2941, 0x20cb, 0x10DE, "NVIDIA GB200-1-24CME" },
{ 0x2941, 0x20cc, 0x10DE, "NVIDIA GB200-1-24C" },
{ 0x2941, 0x20cd, 0x10DE, "NVIDIA GB200-1-47C" },
{ 0x2941, 0x20ce, 0x10DE, "NVIDIA GB200-2-47C" },
{ 0x2941, 0x20cf, 0x10DE, "NVIDIA GB200-3-95C" },
{ 0x2941, 0x20d0, 0x10DE, "NVIDIA GB200-4-95C" },
{ 0x2941, 0x20d1, 0x10DE, "NVIDIA GB200-7-189C" },
{ 0x2941, 0x20d2, 0x10DE, "NVIDIA GB200-189C" },
{ 0x2BB5, 0x21a6, 0x10DE, "NVIDIA GeForce RTX 3050" },
{ 0x2BB5, 0x21a7, 0x10DE, "NVIDIA GeForce RTX 3060" },
};
#endif // G_NV_NAME_RELEASED_H