aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch
deleted file mode 100644
index 3a35de27..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1428-drm-amdkfd-Fix-a-typo-in-kgd_hqd_sdma_destroy-on-gfx.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 77884b148cef727337fbd81cee5a0c2cb3f8bdc5 Mon Sep 17 00:00:00 2001
-From: Yong Zhao <yong.zhao@amd.com>
-Date: Fri, 13 May 2016 20:12:27 -0400
-Subject: [PATCH 1428/4131] drm/amdkfd: Fix a typo in kgd_hqd_sdma_destroy() on
- gfx v7 asics
-
-Change-Id: I86ae2d6447f7bcaeece8a47625256c5f368d6e88
-Signed-off-by: Yong Zhao <yong.zhao@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
-index 833812a..13f41e8 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
-@@ -500,7 +500,7 @@ static int kgd_hqd_sdma_destroy(struct kgd_dev *kgd, void *mqd,
-
- while (true) {
- temp = RREG32(sdma_base_addr + mmSDMA0_RLC0_CONTEXT_STATUS);
-- if (temp & SDMA0_STATUS_REG__RB_CMD_IDLE__SHIFT)
-+ if (temp & SDMA0_STATUS_REG__RB_CMD_IDLE_MASK)
- break;
- if (timeout <= 0)
- return -ETIME;
---
-2.7.4
-