]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Refactor HUBP into component folder.
authorPinninti <bpinnint@amd.com>
Thu, 25 Apr 2024 11:33:59 +0000 (17:03 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 May 2024 18:39:33 +0000 (14:39 -0400)
commit91b586cc05fdcddf3c63109dee5c7960cfb2e852
treef34351f5ef3254a723fd1d2898643bca33fd4c25
parentddef2cfbb8927f7236f1e0d12ffd35b5d576e300
drm/amd/display: Refactor HUBP into component folder.

[why]
cleaning up the code refactor requires hubp to be in its own component.

[how]
move all files under newly created hubp folder and fixing the makefiles.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Pinninti <bpinnint@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn401/Makefile
drivers/gpu/drm/amd/display/dc/hubp/Makefile
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c [moved from drivers/gpu/drm/amd/display/dc/dcn401/dcn401_hubp.c with 100% similarity]
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.h [moved from drivers/gpu/drm/amd/display/dc/dcn401/dcn401_hubp.h with 100% similarity]