We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "cards": [ { "address": "0000:02:00.0", "index": 0, "pci": { "driver": "nvidia", "address": "0000:02:00.0", "vendor": { "id": "10de", "name": "NVIDIA Corporation" }, "product": { "id": "2204", "name": "GA102 [GeForce RTX 3090]" }, "revision": "0xa1", "subsystem": { "id": "3884", "name": "unknown" }, "class": { "id": "03", "name": "Display controller" }, "subclass": { "id": "00", "name": "VGA compatible controller" }, "programming_interface": { "id": "00", "name": "VGA controller" } } }, { "address": "0000:03:00.0", "index": 1, "pci": { "driver": "nvidia", "address": "0000:03:00.0", "vendor": { "id": "10de", "name": "NVIDIA Corporation" }, "product": { "id": "2204", "name": "GA102 [GeForce RTX 3090]" }, "revision": "0xa1", "subsystem": { "id": "3880", "name": "unknown" }, "class": { "id": "03", "name": "Display controller" }, "subclass": { "id": "00", "name": "VGA compatible controller" }, "programming_interface": { "id": "00", "name": "VGA controller" } } } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
"cards": [
{
"address": "0000:02:00.0",
"index": 0,
"pci": {
"driver": "nvidia",
"address": "0000:02:00.0",
"vendor": {
"id": "10de",
"name": "NVIDIA Corporation"
},
"product": {
"id": "2204",
"name": "GA102 [GeForce RTX 3090]"
},
"revision": "0xa1",
"subsystem": {
"id": "3884",
"name": "unknown"
},
"class": {
"id": "03",
"name": "Display controller"
},
"subclass": {
"id": "00",
"name": "VGA compatible controller"
},
"programming_interface": {
"id": "00",
"name": "VGA controller"
}
}
},
{
"address": "0000:03:00.0",
"index": 1,
"pci": {
"driver": "nvidia",
"address": "0000:03:00.0",
"vendor": {
"id": "10de",
"name": "NVIDIA Corporation"
},
"product": {
"id": "2204",
"name": "GA102 [GeForce RTX 3090]"
},
"revision": "0xa1",
"subsystem": {
"id": "3880",
"name": "unknown"
},
"class": {
"id": "03",
"name": "Display controller"
},
"subclass": {
"id": "00",
"name": "VGA compatible controller"
},
"programming_interface": {
"id": "00",
"name": "VGA controller"
}
}
}
]
}
The text was updated successfully, but these errors were encountered: