Skip to content

Support ACPI NVDA PNP parsing for GPU detection - #1290

Open
fangyangci wants to merge 1 commit into
mainfrom
fangyangci/supportedArmTRT
Open

Support ACPI NVDA PNP parsing for GPU detection#1290
fangyangci wants to merge 1 commit into
mainfrom
fangyangci/supportedArmTRT

Conversation

@fangyangci

@fangyangci fangyangci commented Aug 7, 2026

Copy link
Copy Markdown
Contributor
  • Summary
    add support for ACPI\NVDA#### style PNP IDs in hardware detection
    map ACPI NVDA IDs to NVIDIA vendor id 0x10DE and parse the 4-digit device id as hex
    keep existing PCI VEN_/DEV_ and Qualcomm parsing branches unchanged
    add unit test coverage for ACPI\NVDA200A\0 parsing

  • Why

    Some ARM devices expose NVIDIA adapters through ACPI IDs instead of PCI VEN_/DEV_ tokens. Without this handling, device parsing can fail and downstream provider compatibility may be marked incorrectly.

  • Validation

    python -m pytest tests/unit/sysinfo/test_hardware.py -q
    result: 25 passed

@fangyangci
fangyangci marked this pull request as ready for review August 7, 2026 02:12
@fangyangci
fangyangci requested a review from a team as a code owner August 7, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants