Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
OpenRGB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
What's new
5
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Cramer
OpenRGB
Commits
45af044c
There was an error fetching the commit references. Please try again later.
Commit
45af044c
authored
3 months ago
by
alminljajic
Committed by
Adam Honse
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
add: saphire RX 9070 PCIe ID's
parent
49aafb26
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Controllers/SapphireGPUController/SapphireGPUControllerDetect.cpp
+1
-0
1 addition, 0 deletions
...ers/SapphireGPUController/SapphireGPUControllerDetect.cpp
pci_ids/pci_ids.h
+1
-0
1 addition, 0 deletions
pci_ids/pci_ids.h
with
2 additions
and
0 deletions
Controllers/SapphireGPUController/SapphireGPUControllerDetect.cpp
+
1
−
0
View file @
45af044c
...
...
@@ -109,4 +109,5 @@ REGISTER_I2C_PCI_DETECTOR("Sapphire Radeon RX 7700 XT Nitro+",
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 7800 XT Nitro+"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI32_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI32_7800XT_NITRO_PLUS_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 7900 GRE Nitro+"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI31_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI31_GRE_NITRO_PLUS_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 7900 XTX Nitro+"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI31_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI31_NITRO_PLUS_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 9070 Pure"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI48_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI48_PURE_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 9070 XT Nitro+"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI48_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI48_NITRO_PLUS_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
This diff is collapsed.
Click to expand it.
pci_ids/pci_ids.h
+
1
−
0
View file @
45af044c
...
...
@@ -843,6 +843,7 @@
#define SAPPHIRE_NAVI21_TOXIC_SUB_DEV1 0xF441
#define SAPPHIRE_NAVI31_NITRO_PLUS_SUB_DEV 0xE471
#define SAPPHIRE_NAVI48_NITRO_PLUS_SUB_DEV 0xE489
#define SAPPHIRE_NAVI48_PURE_SUB_DEV 0x4499
#define SAPPHIRE_NAVI31_GRE_NITRO_PLUS_SUB_DEV 0xE475
#define SAPPHIRE_NAVI32_7800XT_NITRO_PLUS_SUB_DEV 0xD475
#define SAPPHIRE_NAVI32_7700XT_NITRO_PLUS_SUB_DEV 0xF475
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment