summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2019-09-17 16:00:33 -0400
committerDylan Baker <dylan@pnwbakers.com>2019-09-18 09:09:54 -0700
commite2bb51a99bec2640a5dbec600b78980f90a02834 (patch)
treec1389a3d2bf455ad68970f8553423e8523884b71
parent2e9a37cf1cf47f9108595e0eefe333844b4caa9f (diff)
radeonsi: add Navi12 PCI ID
trivial and urgent Cc: 19.2 <mesa-stable@lists.freedesktop.org> (cherry picked from commit 83f195414a2e89bd9f549dacc04365f67e5bd110)
-rw-r--r--include/pci_ids/radeonsi_pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h
index 6de361024c0..b4713921b67 100644
--- a/include/pci_ids/radeonsi_pci_ids.h
+++ b/include/pci_ids/radeonsi_pci_ids.h
@@ -268,4 +268,6 @@ CHIPSET(0x731A, NAVI10)
CHIPSET(0x731B, NAVI10)
CHIPSET(0x731F, NAVI10)
+CHIPSET(0x7360, NAVI12)
+
CHIPSET(0x7340, NAVI14)