aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch')
-rw-r--r--common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch b/common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch
new file mode 100644
index 00000000..2719c131
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch
@@ -0,0 +1,27 @@
+From 4abac0d4510dc6600c45bf41b69711e27b5ec94d Mon Sep 17 00:00:00 2001
+From: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
+Date: Wed, 24 Feb 2016 13:17:45 -0500
+Subject: [PATCH 0836/1110] drm/amd/dal: Interface change to commit multiple
+ surfaces.
+
+Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/dal/dc/core/dc_target.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_target.c b/drivers/gpu/drm/amd/dal/dc/core/dc_target.c
+index dc9f157..42c794a 100644
+--- a/drivers/gpu/drm/amd/dal/dc/core/dc_target.c
++++ b/drivers/gpu/drm/amd/dal/dc/core/dc_target.c
+@@ -140,7 +140,6 @@ static int8_t acquire_first_free_underlay(
+ struct resource_context *res_ctx,
+ struct core_stream *stream)
+ {
+- BREAK_TO_DEBUGGER();
+ if (!res_ctx->pipe_ctx[3].stream) {
+ struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[DCE110_UNDERLAY_IDX];
+
+--
+2.7.4
+