mirror of
https://github.com/outbackdingo/Hardware-Sniffer.git
synced 2026-01-27 10:19:09 +00:00
Update RDNA2 iGPU Device IDs
This commit is contained in:
@@ -90,12 +90,18 @@ class GPUIdentifier:
|
||||
elif device_id.startswith("164E"):
|
||||
gpu_codename = "Raphael"
|
||||
device_type = "Integrated GPU"
|
||||
elif device_id.startswith("164D"):
|
||||
elif device_id.startswith("1681"):
|
||||
gpu_codename = "Rembrandt"
|
||||
device_type = "Integrated GPU"
|
||||
elif device_id.startswith(("164F", "19")):
|
||||
elif device_id.startswith(("15BF", "15C8", "1900")):
|
||||
gpu_codename = "Phoenix"
|
||||
device_type = "Integrated GPU"
|
||||
elif device_id.startswith("1506"):
|
||||
gpu_codename = "Mendocino"
|
||||
device_type = "Integrated GPU"
|
||||
elif device_id.startswith("13C0"):
|
||||
gpu_codename = "Granite Ridge"
|
||||
device_type = "Integrated GPU"
|
||||
elif device_id.startswith("94C"):
|
||||
gpu_codename = "RV610"
|
||||
elif device_id.startswith("958"):
|
||||
|
||||
Reference in New Issue
Block a user