summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch')
-rw-r--r--sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch b/sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch
deleted file mode 100644
index 8c8d7946..00000000
--- a/sys-kernel/linux-sources-redcore/files/5.11-amdgpu-drop-weird-assert.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur linux-5.11.3/drivers/gpu/drm/amd/display/dc/core/dc_link.c linux-5.11.3-p/drivers/gpu/drm/amd/display/dc/core/dc_link.c
---- linux-5.11.3/drivers/gpu/drm/amd/display/dc/core/dc_link.c 2021-03-04 12:15:45.000000000 +0100
-+++ linux-5.11.3-p/drivers/gpu/drm/amd/display/dc/core/dc_link.c 2021-03-06 14:03:25.611661668 +0100
-@@ -2566,7 +2566,6 @@
- if (pipe_ctx->plane_state == NULL)
- frame_ramp = 0;
- } else {
-- ASSERT(false);
- return false;
- }
-