diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-15 04:26:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-15 04:26:34 +0000 |
commit | 22b896e31ab60c6e6fc6e99d6058e520fe60da74 (patch) | |
tree | fe2db3b3a7cdc5ac1194ac908c8519a0c20d16b3 /sys/dev/pci | |
parent | 28476c87ca22430667f6afb9cd3521f3a2db3bdc (diff) |
add placeholder for GC 11.5.2 APU
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h index ae9251cdff6..2fb2c480fe8 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h @@ -249,6 +249,7 @@ static const struct pci_matchid amdgpu_devices[] = { {0x1002, 0x150e }, /* Radeon 880M / 890M */ /* GC 11.5.1, DCN 3.5.1, APU, linux 6.9 */ + /* GC 11.5.2, DCN 3.5.1, APU, linux 6.11 */ /* GC 12.0.0, DCN 4.0.1, dGPU, linux 6.11 */ /* GC 12.0.1, DCN 4.0.1, dGPU, linux 6.11 */ |