aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0588-drm-amdgpu-make-DC-target-const.patch
blob: ebd153fc9feb964e91d28a4f96121d4ebea6fedf (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
From 26bfeac51775dd0291c7fd579a2208a7a8490ea1 Mon Sep 17 00:00:00 2001
From: Mykola Lysenko <Mykola.Lysenko@amd.com>
Date: Wed, 9 Dec 2015 20:33:45 +0800
Subject: [PATCH 0588/1110] drm/amdgpu: make DC target const

Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index 17811f5..61c2345 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -540,6 +540,7 @@ struct amdgpu_connector {
 	 * The 'current' sink is in dc_link->sink. */
 	const struct dc_sink *dc_sink;
 	const struct dc_link *dc_link;
+	const struct dc_target *target;
 	void *con_priv;
 	bool dac_load_detect;
 	bool detected_by_load; /* if the connection status was determined by load */
-- 
2.7.4