Skip to content
New issue

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

Fix NVIDIA GPUs detection #139

Merged
merged 9 commits into from
Oct 4, 2024
Merged

Fix NVIDIA GPUs detection #139

merged 9 commits into from
Oct 4, 2024

Commits on Sep 29, 2024

  1. profiles/graphic_drivers: Remove PRIME profiles in favor of detection…

    … within hooks
    
    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b2961c6 View commit details
    Browse the repository at this point in the history
  2. Add dumped PCI IDs for NVIDIA GPUs

    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    121937d View commit details
    Browse the repository at this point in the history
  3. profiles/graphic_drivers: Use dumped PCI IDs for older NVIDIA profile…

    …s instead of device name patterns
    
    Guarantees greater accuracy in profile selection
    
    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0a352dd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. scripts/nvidia-pci-ids-dumper: Refactor error handling

    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    92923f2 View commit details
    Browse the repository at this point in the history
  2. scripts/nvidia-pci-ids-dumper: Support dumping PCI ids for closed mod…

    …ules
    
    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    13e53e6 View commit details
    Browse the repository at this point in the history
  3. Do PCI ids sorting and add dump for closed modules

    Since dumper adds the PCI ID as a key to the hash table to avoid
    duplicates, we must sort the ID lists so that they are reproducible and
    also for easy check against hwdata.
    
    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6e5fdb6 View commit details
    Browse the repository at this point in the history
  4. profiles/graphic_drivers: Use dumped list for closed modules instead …

    …of pattern matching
    
    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ef41722 View commit details
    Browse the repository at this point in the history
  5. scripts/nvidia-pci-ids-dumper: Remove redundant line

    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d60a454 View commit details
    Browse the repository at this point in the history
  6. scripts/nvidia-pci-ids-dumper: Rename err to die function

    Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
    ventureoo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    636549a View commit details
    Browse the repository at this point in the history