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 <daniel.wheeler@amd.com>Reviewed-by: Martin Leung <martin.leung@amd.com>Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signed-off-by: Revalla <hrevalla@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Fix copyright notice in DC code[Why & How]Fix incomplete copyright notice in DC code.Reviewed-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Stylon Wang <stylon.wang
drm/amd/display: Fix copyright notice in DC code[Why & How]Fix incomplete copyright notice in DC code.Reviewed-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Stylon Wang <stylon.wang@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <martin.leung@amd.com>Acked-by: Tom Chung <chiahsuan.chung@amd.com>Signed-off-by: Mounika Adhuri <moadhuri@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>