diff options
author | Kenneth Feng <[email protected]> | 2018-07-26 10:53:33 +0800 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-09-19 11:04:53 +0200 |
commit | 3781c4cbf49fdafa56d08dad21ea5a6451f0a70a (patch) | |
tree | 2c1d56dae82aaf2d1b9a7b19b7ce13704eed3e0a /include | |
parent | 1ce0c521cd8d017ceb252fd682e626bcc9bd7813 (diff) |
amd: Add Picasso device id
No changes here compared to Raven.
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Kenneth Feng <[email protected]>
Signed-off-by: Huang Rui <[email protected]>
Cc: 18.1 18.2 <[email protected]>
(cherry picked from commit 4490fce16631fbc098f2fcf3f2c4b73f32a974a5)
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index c8d30597230..91eb7b37668 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -243,3 +243,4 @@ CHIPSET(0x66A7, VEGA20) CHIPSET(0x66AF, VEGA20) CHIPSET(0x15DD, RAVEN) +CHIPSET(0x15D8, RAVEN) |