aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch
new file mode 100644
index 00000000..c3704b8e
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0978-drm-amdgpu-Add-new-VegaM-pci-id.patch
@@ -0,0 +1,29 @@
+From 5fb68e4de1688b52a601094ced83f3507a4eba39 Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Thu, 20 Dec 2018 10:08:46 -0500
+Subject: [PATCH 0978/2940] drm/amdgpu: Add new VegaM pci id
+
+Add a new pci id.
+
+Reviewed-by: Leo Liu <leo.liu@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+Cc: stable@vger.kernel.org
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+index 970c07b350ef..39a60b8076c4 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -781,6 +781,7 @@ static const struct pci_device_id pciidlist[] = {
+ /* VEGAM */
+ {0x1002, 0x694C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
+ {0x1002, 0x694E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
++ {0x1002, 0x694F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
+ /* Vega 10 */
+ {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
+ {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
+--
+2.17.1
+