drm/amd/display: Refactor DCN401 DCCG into component directory
authorRevalla Hari Krishna <Harikrishna.Revalla@amd.com>
Mon, 22 Apr 2024 10:04:02 +0000 (15:34 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 May 2024 19:46:35 +0000 (15:46 -0400)
commit30c646afea03d848a38366e998351fa879e9acae
tree8d2d6f4b53c332c8126cc705e7ca4e1f0189a8aa
parent9de99fa8c1eab5d7d1f363dcba0786a9b9cc51f4
drm/amd/display: Refactor DCN401 DCCG into component directory

[WHY]
Clean up the code that requires dccg to be in its own component.

[HOW]
Move all files under newly created dccg dir and fix the makefiles.

Acked-by: Alex Hung <alex.hung@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Revalla Hari Krishna <Harikrishna.Revalla@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dccg/Makefile
drivers/gpu/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn401/Makefile
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dccg.c [deleted file]
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_dccg.h [deleted file]