aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch')
-rw-r--r--common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch b/common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch
deleted file mode 100644
index 8f49a55a..00000000
--- a/common/recipes-kernel/linux/files/1277-drm-amd-dal-Fix-issue-with-pipe-powergating-not-call.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From a58e77751ebe9be9371e7eb1364b376dab1cf131 Mon Sep 17 00:00:00 2001
-From: Anthony Koo <Anthony.Koo@amd.com>
-Date: Wed, 20 Jan 2016 13:41:59 -0500
-Subject: [PATCH 1277/1565] drm/amd/dal: Fix issue with pipe powergating not
- calling pipe 0 correctly
-
-[Description]
-Code double incremented the controller index, so pipe 0 was never programmed.
-
-Change-Id: Id36a21201b7b8ee945da8c5049b819f8f7871717
-Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
----
- drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-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 8afd42e..24b8824 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
-@@ -981,7 +981,7 @@ static void disable_vga_and_power_gate_all_controllers(
- * powergating. */
- dce110_enable_display_pipe_clock_gating(ctx,
- true);
-- dce110_enable_display_power_gating(ctx, i+1, dcb,
-+ dce110_enable_display_power_gating(ctx, i, dcb,
- PIPE_GATING_CONTROL_ENABLE);
- }
- }
---
-1.9.1
-