aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1031-drm-amd-dal-fix-4th-pipe-disable.patch
blob: 9d1794f46beeb10fd50f556eff6dddb2cb4a4322 (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
28
29
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