aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/dc/dc_stream.h
diff options
context:
space:
mode:
authorLeo Li <sunpeng.li@amd.com>2018-11-20 10:07:07 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-01-14 15:04:38 -0500
commitc3f574ba7bdb96f6052ec15d69e97c7a2bea68a4 (patch)
tree795e29c4332e181ab43be81953c9f1cb4fee9949 /drivers/gpu/drm/amd/display/dc/dc_stream.h
parentdrm/amd/display: 3.2.10 (diff)
downloadwireguard-linux-c3f574ba7bdb96f6052ec15d69e97c7a2bea68a4.tar.xz
wireguard-linux-c3f574ba7bdb96f6052ec15d69e97c7a2bea68a4.zip
drm/amd/display: Remove stream_status->link
[Why] It's not being used anywhere. [How] Remove it. Signed-off-by: Leo Li <sunpeng.li@amd.com> Reviewed-by: David Francis <David.Francis@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_stream.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_stream.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h
index 0dfad73d1743..1e1e89e7c2c5 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_stream.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h
@@ -38,11 +38,6 @@ struct dc_stream_status {
int stream_enc_inst;
int plane_count;
struct dc_plane_state *plane_states[MAX_SURFACE_NUM];
-
- /*
- * link this stream passes through
- */
- struct dc_link *link;
};
// TODO: References to this needs to be removed..