aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch')
-rw-r--r--common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch b/common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch
deleted file mode 100644
index ed192fde..00000000
--- a/common/recipes-kernel/linux/files/1383-drm-amd-dal-blanking-fix.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 9cdfd1ba1d9ea1d554a41d0a54f7458d1ef9a4ac Mon Sep 17 00:00:00 2001
-From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Date: Thu, 18 Feb 2016 18:56:19 -0500
-Subject: [PATCH 1383/1565] drm/amd/dal: blanking fix
-
-Change-Id: Icf301473aad681ec2738158666bc9c5f3dbd29f5
-Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
----
- drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c | 12 +++++-------
- 1 file changed, 5 insertions(+), 7 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 d01a116..a642de4 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
-@@ -1448,13 +1448,11 @@ static void update_plane_addrs(struct dc *dc, struct resource_context *res_ctx)
- PIPE_LOCK_CONTROL_SURFACE,
- false);
-
-- if (pipe_ctx->flags.blanked) {
-- if (!pipe_ctx->tg->funcs->set_blank(pipe_ctx->tg, false)) {
-- dm_error("DC: failed to unblank crtc!\n");
-- BREAK_TO_DEBUGGER();
-- } else
-- pipe_ctx->flags.blanked = false;
-- }
-+ if (!pipe_ctx->tg->funcs->set_blank(pipe_ctx->tg, false)) {
-+ dm_error("DC: failed to unblank crtc!\n");
-+ BREAK_TO_DEBUGGER();
-+ } else
-+ pipe_ctx->flags.blanked = false;
- }
- }
-
---
-1.9.1
-