aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0836-drm-amd-dal-Interface-change-to-commit-multiple-surf.patch
blob: 2719c131f7beaa8cf1395a62d9a18c03f2053537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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