projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec0b5f
)
drm/amd/display: Remove stream_status->link
author
Leo Li
<sunpeng.li@amd.com>
Tue, 20 Nov 2018 15:07:07 +0000
(10:07 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:38 +0000
(15:04 -0500)
[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>
drivers/gpu/drm/amd/display/dc/dc_stream.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dc_stream.h
b/drivers/gpu/drm/amd/display/dc/dc_stream.h
index
0dfad73
..
1e1e89e
100644
(file)
--- 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..