aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch')
-rw-r--r--common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch b/common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch
deleted file mode 100644
index c30b8a52..00000000
--- a/common/recipes-kernel/linux/files/0908-drm-amdgpu-The-VI-specific-EXE-bit-should-only-apply.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d259242bc4dcf8c29fc50d69a0466d7a9370570e Mon Sep 17 00:00:00 2001
-From: Ken Wang <Qingqing.Wang@amd.com>
-Date: Wed, 3 Feb 2016 19:17:53 +0800
-Subject: [PATCH 0908/1565] drm/amdgpu: The VI specific EXE bit should only
- apply to GMC v8.0 above
-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: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Ken Wang <Qingqing.Wang@amd.com>
-Cc: stable@vger.kernel.org
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
-index 8a1752f..55cf05e 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
-@@ -808,7 +808,7 @@ uint32_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
- flags |= AMDGPU_PTE_SNOOPED;
- }
-
-- if (adev->asic_type >= CHIP_TOPAZ)
-+ if (adev->asic_type >= CHIP_TONGA)
- flags |= AMDGPU_PTE_EXECUTABLE;
-
- flags |= AMDGPU_PTE_READABLE;
---
-1.9.1
-