diff options
| author | David Francis <[email protected]> | 2018-10-16 14:21:32 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-11-19 15:27:35 -0500 |
| commit | 37cd85ce3322706d9d357ffbe54481fa884af9e5 (patch) | |
| tree | b7b0288bbd2edc7e13721a189310a1d72628d338 /tools/perf/scripts/python/netdev-times.py | |
| parent | 2aa0061b9810e79f8e0e7db98fe692729ec8e95f (diff) | |
drm/amd/display: Remove dc_stream_state->status
[Why]
dc_state has an array of dc_stream_status that contain
pointers to the dc_plane_state and other useful information
Confusingly, dc_stream_state also contains a dc_stream_status
called status. This struct was partially initialized and
used in a few places
[How]
stream->status.link has been replaced with stream->sink->link.
If a stream does not have a sink, or a sink does not have a link,
something has gone seriously wrong
All other properties of stream->status were zeroed by kzalloc
and never initialized, so they have been replaced by the number 0
This is a refactor: no functional change is intended
Signed-off-by: David Francis <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Bhawanpreet Lakha <[email protected]>
Acked-by: Tony Cheng <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions