diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-08-07 02:47:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-08-07 02:47:56 +0000 |
commit | bec22006b8aa1b0d3f94f4dac4c9e818e90b2c74 (patch) | |
tree | 4d3b80089470d251fc5409028123e78c1a27415c /sys/dev | |
parent | 24d9ebb3798b2b53855831ef44cc3ce38736460d (diff) |
744c rev ce is Radeon RX 7900 GRE
found in AMD Software: Adrenalin Edition 23.7.2
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h index c0d8dde5826..227df5257f0 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h @@ -204,7 +204,7 @@ static const struct pci_matchid amdgpu_devices[] = { /* GC 11.0.0, DCN 3.2.0, dGPU, "Navi 31" */ {0x1002, 0x7448 }, /* Radeon Pro W7900 */ - {0x1002, 0x744c }, /* Radeon RX 7900 XT/XTX */ + {0x1002, 0x744c }, /* Radeon RX 7900 XT/XTX/GRE */ {0x1002, 0x745e }, /* Radeon Pro W7800 */ /* GC 11.0.1, DCN 3.1.4, APU, Ryzen 7040 "Phoenix" */ |