drm/amd/display: move FPU associated DCN303 code to DML folder
authorJasdeep Dhillon <jasdeep.dhillon@amd.com>
Thu, 24 Feb 2022 15:56:07 +0000 (10:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 18:25:15 +0000 (14:25 -0400)
commit53923e62afad6f52b2b931a74d2ee10274051b28
tree4c287250aeb69f8fd594aaa58f3c58aceae86f14
parentd8ff38d8fcd0a7bb66d17ec689135239aca78532
drm/amd/display: move FPU associated DCN303 code to DML folder

[Why & How]
As part of the FPU isolation work documented in
https://patchwork.freedesktop.org/series/93042/, isolate
code that uses FPU in DCN303 to DML, where all FPU code
should locate.

Co-authored-by: Jasdeep Dhillon <jasdeep.dhillon@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Jasdeep Dhillon <jasdeep.dhillon@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/dcn303/Makefile
drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c
drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.h
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dcn303/dcn303_fpu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dcn303/dcn303_fpu.h [new file with mode: 0644]