drm/amd/display: Refactor INIT into component folder[why]Move all init files to hwss folder.[how]moved the dcnxx_init.c and .h files into inside the hwss and cleared thelinkage errors.Tested
drm/amd/display: Refactor INIT into component folder[why]Move all init files to hwss folder.[how]moved the dcnxx_init.c and .h files into inside the hwss and cleared thelinkage errors.Tested-by: Daniel Wheeler <[email protected]>Reviewed-by: Martin Leung <[email protected]>Acked-by: Rodrigo Siqueira <[email protected]>Signed-off-by: Revalla <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
show more ...
drm/amd/display: Refactor HWSS into component folder[why]Rename hw_sequencer to hwseq.Move all hwseq files to uniquefolder hwss.[how]creating hwss repo in dc, and moved the dcnxx_hwseq.cand
drm/amd/display: Refactor HWSS into component folder[why]Rename hw_sequencer to hwseq.Move all hwseq files to uniquefolder hwss.[how]creating hwss repo in dc, and moved the dcnxx_hwseq.cand .h files into corresponding new folders inside the hwssand cleared the linkage errors by adding relative pathsin the Makefile.template.Reviewed-by: Martin Leung <[email protected]>Acked-by: Tom Chung <[email protected]>Signed-off-by: Mounika Adhuri <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>