drm/amd/display: move FPU associated DCN302 code to DML folder (#2266)
authorJasdeep Dhillon <jdhillon@amd.com>
Wed, 5 Jan 2022 20:59:04 +0000 (15:59 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Jan 2022 22:42:26 +0000 (17:42 -0500)
commitf369e4eba89a6fc1cac619db86c00a964d1fc0a2
treede1efe8aac8f781a8ea1ba7e677edae6943db41b
parent82dcd8eb357caf4b16e6a201f6578b6e8795e541
drm/amd/display: move FPU associated DCN302 code to DML folder (#2266)

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

Co-authored-by: Jasdeep Dhillon <jdhillon@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Jasdeep Dhillon <jdhillon@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/dcn302/Makefile
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.h
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dcn302/dcn302_fpu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dcn302/dcn302_fpu.h [new file with mode: 0644]