From 4490fce16631fbc098f2fcf3f2c4b73f32a974a5 Mon Sep 17 00:00:00 2001 From: Kenneth Feng Date: Thu, 26 Jul 2018 10:53:33 +0800 Subject: [PATCH] amd: Add Picasso device id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit No changes here compared to Raven. Reviewed-by: Marek Olšák Reviewed-by: Huang Rui Signed-off-by: Kenneth Feng Signed-off-by: Huang Rui Cc: 18.1 18.2 --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index c8d3059..91eb7b3 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) -- 2.7.4