diff options
author | Kenneth Feng <kenneth.feng@amd.com> | 2018-07-26 10:53:33 +0800 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-09-18 18:05:17 -0400 |
commit | 4490fce16631fbc098f2fcf3f2c4b73f32a974a5 (patch) | |
tree | d9e7bcdc5cdad3e34cb68d779146e395cab2763b | |
parent | 95bb7d82ca8abf514af2575e3b9f4babfbb034c4 (diff) | |
download | mesa-4490fce16631fbc098f2fcf3f2c4b73f32a974a5.tar.gz |
amd: Add Picasso device id
No changes here compared to Raven.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Huang Rui <ray.huang@amd.com>
Cc: 18.1 18.2 <mesa-stable@lists.freedesktop.org>
-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) |