aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch')
-rw-r--r--common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch b/common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch
deleted file mode 100644
index 8a84b216..00000000
--- a/common/recipes-kernel/linux/files/0437-drm-amd-amdgpu-fix-irq-domain-remove-for-tonga-ih.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 7d9176eddf86c5c7cb652ceed278a2800332b36a Mon Sep 17 00:00:00 2001
-From: Junwei Zhang <Jerry.Zhang@amd.com>
-Date: Wed, 6 Apr 2016 16:01:19 +0800
-Subject: [PATCH 0437/1110] drm/amd/amdgpu: fix irq domain remove for tonga ih
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/tonga_ih.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/tonga_ih.c b/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
-index b6f7d7b..0f14199 100644
---- a/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
-+++ b/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
-@@ -307,7 +307,7 @@ static int tonga_ih_sw_fini(void *handle)
-
- amdgpu_irq_fini(adev);
- amdgpu_ih_ring_fini(adev);
-- amdgpu_irq_add_domain(adev);
-+ amdgpu_irq_remove_domain(adev);
-
- return 0;
- }
---
-2.7.4
-