]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4d6e8c305acf79531efeaf90a79adaa240e73860
tree4c287250aeb69f8fd594aaa58f3c58aceae86f14
parent38adbb57b08d1a11c7ed0ee31c3ae43e9abbb85d
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]