aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch b/meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch
deleted file mode 100644
index 9d1794f4..00000000
--- a/meta-amdfalconx86/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8e1a35537072e4d892e324944486cc11ced043cc Mon Sep 17 00:00:00 2001
-From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Date: Fri, 8 Apr 2016 17:39:26 -0400
-Subject: [PATCH 1031/1110] drm/amd/dal: fix 4th pipe disable
-
-Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c
-index 6778c75..52d9094 100644
---- a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c
-+++ b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c
-@@ -1129,9 +1129,6 @@ static void reset_single_pipe_hw_ctx(
- {
- struct dc_bios *dcb;
-
-- if (pipe_ctx->pipe_idx == DCE110_UNDERLAY_IDX)
-- return;
--
- dcb = dal_adapter_service_get_bios_parser(
- context->res_ctx.pool.adapter_srv);
- if (pipe_ctx->audio) {
---
-2.7.4
-