drm/amd/display: Refactor DCN3X into component folder
authorMounika Adhuri <moadhuri@amd.com>
Wed, 5 Jun 2024 10:38:24 +0000 (16:08 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:18:55 +0000 (16:18 -0400)
commit2d62bb450ed1846ffdaff7072347e40fb4908cb2
tree86c8db9074ac155e427ad126150feee2d8d1f55d
parent3838c6736524c903a95cd1d46fcbbcb6cae8e42f
drm/amd/display: Refactor DCN3X into component folder

[why]
Move DCN3X files to unique component folder.

[how]
Create respective component folder in dc, move the DCN3X files into
corresponding new folders and made appropriate changes for compilation
in Makefiles.

Reviewed-by: Martin Leung <martin.leung@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Mounika Adhuri <moadhuri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
75 files changed:
drivers/gpu/drm/amd/display/Makefile
drivers/gpu/drm/amd/display/dc/Makefile
drivers/gpu/drm/amd/display/dc/dcn32/Makefile [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource_helpers.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn321/Makefile [deleted file]
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_dio_link_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_dio_link_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/Makefile [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dio_link_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dio_link_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dio_stream_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dio_stream_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dwb.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dwb.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_mmhubbub.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_mmhubbub.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_opp.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_opp.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_pg_cntl.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_pg_cntl.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dio_link_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dio_link_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dio_stream_encoder.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dio_stream_encoder.h [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_mpc.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_mpc.h [deleted file]
drivers/gpu/drm/amd/display/dc/dio/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn32/dcn32_dio_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn32/dcn32_dio_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn32/dcn32_dio_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn32/dcn32_dio_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn321/dcn321_dio_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn321/dcn321_dio_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn35/dcn35_dio_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn35/dcn35_dio_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn35/dcn35_dio_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn35/dcn35_dio_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dwb/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dwb/dcn35/dcn35_dwb.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dwb/dcn35/dcn35_dwb.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hpo/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hpo/dcn32/dcn32_hpo_dp_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hpo/dcn32/dcn32_hpo_dp_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mmhubbub/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/dcn32_mmhubbub.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/dcn32_mmhubbub.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mmhubbub/dcn35/dcn35_mmhubbub.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mmhubbub/dcn35/dcn35_mmhubbub.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mpc/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mpc/dcn32/dcn32_mpc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mpc/dcn32/dcn32_mpc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mpc/dcn401/dcn401_mpc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/mpc/dcn401/dcn401_mpc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/opp/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/pg/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/pg/dcn35/dcn35_pg_cntl.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/pg/dcn35/dcn35_pg_cntl.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/resource/Makefile
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c [new file with mode: 0644]