Commit c3f574ba authored by Leo Li's avatar Leo Li Committed by Alex Deucher

drm/amd/display: Remove stream_status->link

[Why]
It's not being used anywhere.

[How]
Remove it.
Signed-off-by: default avatarLeo Li <sunpeng.li@amd.com>
Reviewed-by: default avatarDavid Francis <David.Francis@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0ec0b5f2
...@@ -38,11 +38,6 @@ struct dc_stream_status { ...@@ -38,11 +38,6 @@ struct dc_stream_status {
int stream_enc_inst; int stream_enc_inst;
int plane_count; int plane_count;
struct dc_plane_state *plane_states[MAX_SURFACE_NUM]; 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.. // TODO: References to this needs to be removed..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment