aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch')
-rw-r--r--common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch b/common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch
deleted file mode 100644
index 7250fe75..00000000
--- a/common/recipes-kernel/linux/files/0207-drm-amdgpu-add-some-new-tonga-pci-ids.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 1f8d962513c6d516b51a643d105fc1335f3214d0 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 12 May 2015 13:10:05 -0400
-Subject: [PATCH 0207/1050] drm/amdgpu: add some new tonga pci ids
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-index c392812..6edacce 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-@@ -232,8 +232,10 @@ static struct pci_device_id pciidlist[] = {
- {0x1002, 0x6920, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x6921, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x6928, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
-+ {0x1002, 0x6929, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x692B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x692F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
-+ {0x1002, 0x6930, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x6938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- {0x1002, 0x6939, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
- /* carrizo */
---
-1.9.1
-