aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch')
-rw-r--r--meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch b/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch
deleted file mode 100644
index ce634429..00000000
--- a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/5373-drm-amdgpu-fix-module-parameter-descriptions.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 30050c32a2562d24ece29b986d09841d6e671db4 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 27 Feb 2018 11:44:31 -0500
-Subject: [PATCH 5373/5725] drm/amdgpu: fix module parameter descriptions
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Some were missing the close parens around options.
-
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Raveendra Talabattula <raveendra.talabattula@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-index 1cb9a93..2e40e42 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-@@ -492,7 +492,7 @@ module_param_named(compute_multipipe, amdgpu_compute_multipipe, int, 0444);
- * DOC: gpu_recovery (int)
- * Set to enable GPU recovery mechanism (1 = enable, 0 = disable). The default is -1 (auto, disabled except SRIOV).
- */
--MODULE_PARM_DESC(gpu_recovery, "Enable GPU recovery mechanism, (1 = enable, 0 = disable, -1 = auto");
-+MODULE_PARM_DESC(gpu_recovery, "Enable GPU recovery mechanism, (1 = enable, 0 = disable, -1 = auto)");
- module_param_named(gpu_recovery, amdgpu_gpu_recovery, int, 0444);
-
- /**
---
-2.7.4
-