aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch
new file mode 100644
index 00000000..7b3af1dc
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2671-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch
@@ -0,0 +1,29 @@
+From 1847edb960c82663ee63b6cbd428641c7674097c Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Tue, 2 Jul 2019 14:35:36 -0500
+Subject: [PATCH 2671/2940] drm/amdgpu: disable concurrent flushes on Navi14
+
+Same thing applies to navi14 as navi10.
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c
+index 5899d214187b..cd15540c5622 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c
+@@ -368,7 +368,8 @@ static int amdgpu_vmid_grab_used(struct amdgpu_vm *vm,
+ * are broken on Navi10 and Navi14.
+ */
+ if (needs_flush && (adev->asic_type < CHIP_VEGA10 ||
+- adev->asic_type == CHIP_NAVI10))
++ adev->asic_type == CHIP_NAVI10 ||
++ adev->asic_type == CHIP_NAVI14))
+ continue;
+
+ /* Good, we can use this VMID. Remember this submission as
+--
+2.17.1
+