aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch
new file mode 100644
index 00000000..d6cea08e
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0460-drm-amdgpu-drop-experimental-flag-for-raven.patch
@@ -0,0 +1,26 @@
+From 79425c387660dddac1db3a890478e031b363a2ec Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Fri, 2 Jun 2017 14:50:01 -0400
+Subject: [PATCH 0460/4131] drm/amdgpu: drop experimental flag for raven
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+index ae35f8d..da98307 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -524,7 +524,7 @@ static const struct pci_device_id pciidlist[] = {
+ {0x1002, 0x686c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
+ {0x1002, 0x687f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
+ /* Raven */
+- {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU|AMD_EXP_HW_SUPPORT},
++ {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
+
+ {0, 0, 0}
+ };
+--
+2.7.4
+