drm/amd/display: move FPU code from dcn10 to dml/dcn10 folder
authorMelissa Wen <mwen@igalia.com>
Mon, 28 Feb 2022 21:10:47 +0000 (20:10 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 18:25:16 +0000 (14:25 -0400)
commit6e6faf7a8364c77f4021f44043a5a5cee91f7025
tree2b71235ccd544506eb2f1611623e32f9f5c0a07e
parent22f87d99832650d9389b0b3d08f3c970afc53f10
drm/amd/display: move FPU code from dcn10 to dml/dcn10 folder

FPU operations in dcn10 was already moved to dml folder via calcs code.
However, dcn1_0_ip and dcn_1_0_soc with FPU componentd remains on dcn10.
Following previous changes to isolate FPU, this patch creates dcn10_fpu
files to isolate FPU-specific code and moves those structs to it.

Signed-off-by: Melissa Wen <mwen@igalia.com>
Acked-by: Alan Liu <HaoPing.Liu@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/dcn10/dcn10_resource.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.h
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h [new file with mode: 0644]