From 0c7c6042ebef9afa48562ecc3a03608df78a7ac2 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 19 Mar 2023 09:38:06 +0000 Subject: [PATCH] add another Navi 33 device id 0x7483 rev 0xcf is Radeon RX 7600M according to Radeon Software for Linux version 22.40.3 (5.4.3) libdrm-amdgpu-common --- sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | 1 + sys/dev/pci/pcidevs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h index ba8f6846ea0..ba431f5f4f2 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h @@ -209,6 +209,7 @@ static const struct pci_matchid amdgpu_devices[] = { /* GC 11.0.2, DCN 3.2.1, dGPU, "Navi 33" */ {0x1002, 0x7480 }, + {0x1002, 0x7483 }, /* GC 11.0.3, DCN 3.2.0, dGPU */ /* GC 11.0.4, DCN 3.1.4, APU */ diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1d9e3f7538e..f53611b9900 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2025 2023/03/13 07:30:11 kettenis Exp $ +$OpenBSD: pcidevs,v 1.2026 2023/03/19 09:38:06 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2088,6 +2088,7 @@ product ATI BEIGE_GOBY_5 0x7424 Navi 24 product ATI BEIGE_GOBY_6 0x743f Navi 24 product ATI NAVI31_1 0x744c Navi 31 product ATI NAVI33_1 0x7480 Navi 33 +product ATI NAVI33_2 0x7483 Navi 33 product ATI RADEON_9000IGP 0x7834 Radeon 9000/9100 IGP product ATI RADEON_RS350IGP 0x7835 Radeon RS350IGP product ATI RS690_HB 0x7910 RS690 Host -- 2.20.1