summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-06-15 03:30:20 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-06-15 03:30:20 +0000
commitf9fccb3f9a3b2f99b7f65977c29e420a5e761b66 (patch)
treea39e2d41cca0618e706d1ce5a66aced460482318
parentcba400848870d5d2e00aa12cf22d7d1bc838b801 (diff)
add a GC 12.0 placeholder
-rw-r--r--sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h5
1 files changed, 4 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 1fa8e5bed0d..f710dd39710 100644
--- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
+++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
@@ -235,5 +235,8 @@ static const struct pci_matchid amdgpu_devices[] = {
{0x1002, 0x1901 }, /* Radeon 740M */
/* GC 11.5.0, DCN 3.5.0, APU, linux >= 6.7 */
- /* GC 11.5.1, DCN 3.5.0, APU, linux >= 6.9 */
+ /* GC 11.5.1, DCN 3.5.1, APU, linux >= 6.9 */
+
+ /* GC 12.0.0, DCN 4.0.1, dGPU, linux ?, amd-staging-drm-next */
+ /* GC 12.0.1, DCN 4.0.1, dGPU, linux ?, amd-staging-drm-next */
};