1 |
From b5145ca2a810b0a65311a18bffd05db35b2a21d6 Mon Sep 17 00:00:00 2001 |
2 |
From: Alex Deucher <alexander.deucher@amd.com> |
3 |
Date: Thu, 25 Apr 2013 18:22:46 +0000 |
4 |
Subject: radeonsi: add new SI pci ids |
5 |
|
6 |
Note: this is a candidate for the 9.1 branch. |
7 |
|
8 |
Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
9 |
--- |
10 |
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h |
11 |
index 22c96c0..68d7948 100644 |
12 |
--- a/include/pci_ids/radeonsi_pci_ids.h |
13 |
+++ b/include/pci_ids/radeonsi_pci_ids.h |
14 |
@@ -28,6 +28,7 @@ CHIPSET(0x684C, PITCAIRN_684C, PITCAIRN) |
15 |
|
16 |
CHIPSET(0x6820, VERDE_6820, VERDE) |
17 |
CHIPSET(0x6821, VERDE_6821, VERDE) |
18 |
+CHIPSET(0x6822, VERDE_6822, VERDE) |
19 |
CHIPSET(0x6823, VERDE_6823, VERDE) |
20 |
CHIPSET(0x6824, VERDE_6824, VERDE) |
21 |
CHIPSET(0x6825, VERDE_6825, VERDE) |
22 |
@@ -35,11 +36,13 @@ CHIPSET(0x6826, VERDE_6826, VERDE) |
23 |
CHIPSET(0x6827, VERDE_6827, VERDE) |
24 |
CHIPSET(0x6828, VERDE_6828, VERDE) |
25 |
CHIPSET(0x6829, VERDE_6829, VERDE) |
26 |
+CHIPSET(0x682A, VERDE_682A, VERDE) |
27 |
CHIPSET(0x682B, VERDE_682B, VERDE) |
28 |
CHIPSET(0x682D, VERDE_682D, VERDE) |
29 |
CHIPSET(0x682F, VERDE_682F, VERDE) |
30 |
CHIPSET(0x6830, VERDE_6830, VERDE) |
31 |
CHIPSET(0x6831, VERDE_6831, VERDE) |
32 |
+CHIPSET(0x6835, VERDE_6835, VERDE) |
33 |
CHIPSET(0x6837, VERDE_6837, VERDE) |
34 |
CHIPSET(0x6838, VERDE_6838, VERDE) |
35 |
CHIPSET(0x6839, VERDE_6839, VERDE) |
36 |
-- |
37 |
cgit v0.9.0.2-2-gbebe |