aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/files/0891-drm-amd-dal-Fix-up-HDMI-1080p-light-up-on-discrete-A.patch
blob: 444e6b02c421d3bb387bcc5e2a474158f93e92e9 (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
31
32
33
34
From 4150a6cf0930ba778d3d9ff307b665991bc93071 Mon Sep 17 00:00:00 2001
From: Jun Lei <Jun.Lei@amd.com>
Date: Tue, 8 Dec 2015 10:30:43 -0500
Subject: [PATCH 0891/1050] drm/amd/dal: Fix-up HDMI 1080p light up on discrete
 ASIC

1.) Discrete does not have integrated table, yet DC depends on this to construct.  This dependency should be removed.

Change-Id: If34b7187a817e7a49931b4bd7e37717303599038
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/core/dc_link.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
index ac39dff..e7a12e0 100644
--- a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
@@ -769,10 +769,7 @@ static bool construct(
 		goto create_fail;
 	}
 
-	if (!dal_adapter_service_get_integrated_info(as, &info)) {
-		DC_ERROR("Failed to get integrated info!\n");
-		goto create_fail;
-	}
+	dal_adapter_service_get_integrated_info(as, &info);
 
 	for (i = 0; ; i++) {
 		if (!dal_adapter_service_get_device_tag(
-- 
1.9.1