mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
37cd85ce33
[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 <David.Francis@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Acked-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
---|---|---|
.. | ||
dce110_compressor.c | ||
dce110_compressor.h | ||
dce110_hw_sequencer.c | ||
dce110_hw_sequencer.h | ||
dce110_mem_input_v.c | ||
dce110_mem_input_v.h | ||
dce110_opp_csc_v.c | ||
dce110_opp_regamma_v.c | ||
dce110_opp_v.c | ||
dce110_opp_v.h | ||
dce110_resource.c | ||
dce110_resource.h | ||
dce110_timing_generator_v.c | ||
dce110_timing_generator_v.h | ||
dce110_timing_generator.c | ||
dce110_timing_generator.h | ||
dce110_transform_v.c | ||
dce110_transform_v.h | ||
Makefile |