aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1058-drm-amd-dal-Run-full-validate-for-virtual-connector.patch
blob: 91dc7d12fba9749dff0aa75cb636c5c8a3b5f88b (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
30
From 056436ea2e7a39f1ef79efa5cf965d0e17a6a388 Mon Sep 17 00:00:00 2001
From: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Date: Wed, 20 Apr 2016 16:47:10 -0400
Subject: [PATCH 1058/1110] drm/amd/dal: Run full validate for virtual
 connector

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@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/dce100/dce100_resource.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/dce100/dce100_resource.c b/drivers/gpu/drm/amd/dal/dc/dce100/dce100_resource.c
index e2b71ba..74c7eea 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce100/dce100_resource.c
+++ b/drivers/gpu/drm/amd/dal/dc/dce100/dce100_resource.c
@@ -630,9 +630,6 @@ static enum dc_status validate_mapped_resource(
 						pipe_ctx->tg, &stream->public.timing))
 					return DC_FAIL_CONTROLLER_VALIDATE;
 
-				if (pipe_ctx->signal == SIGNAL_TYPE_VIRTUAL)
-					return status;
-
 				status = build_pipe_hw_param(pipe_ctx);
 
 				if (status != DC_OK)
-- 
2.7.4