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
ido sigavi
OpenRGB
Commits
b83cc7fe
There was an error fetching the commit references. Please try again later.
Commit
b83cc7fe
authored
2 months ago
by
DRC_Michael
Committed by
Adam Honse
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
add: Sapphire Radeon RX 9070 XT Pure
parent
77728fd4
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 @
b83cc7fe
...
...
@@ -111,3 +111,4 @@ REGISTER_I2C_PCI_DETECTOR("Sapphire Radeon RX 7900 GRE Nitro+",
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
);
REGISTER_I2C_PCI_DETECTOR
(
"Sapphire Radeon RX 9070 XT Pure"
,
DetectSapphireV3Controllers
,
AMD_GPU_VEN
,
AMD_NAVI48_DEV
,
SAPPHIRE_SUB_VEN
,
SAPPHIRE_NAVI48_PURE_XT_SUB_DEV
,
SAPPHIRE_NITRO_GLOW_V3_ADDR
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pci_ids/pci_ids.h
+
1
−
0
View file @
b83cc7fe
...
...
@@ -853,6 +853,7 @@
#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_NAVI48_PURE_XT_SUB_DEV 0x3490
#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