]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50b0dc7ea4c419da438c819b066ccfa876943c76
tree2b71235ccd544506eb2f1611623e32f9f5c0a07e
parentef2c90861a4466c321c46985301497ea4c7a708e
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]