OSDN Git Service

drm/amd/display: Re-arrange FPU code structure for dcn2x
authorQingqing Zhuo <qingqing.zhuo@amd.com>
Fri, 1 Oct 2021 14:36:10 +0000 (22:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Oct 2021 19:49:24 +0000 (15:49 -0400)
commitee37341199c61558b73113659695c90bf4736eb2
tree200daff4103e6b4ee57e5ab7af570018898bf56b
parent86adcb0beac733ca8014f3d571641d2d44d16b5e
drm/amd/display: Re-arrange FPU code structure for dcn2x

[Why]
Current FPU code for DCN2x is located under dml/dcn2x.
This is not aligned with DC's general source tree
structure.

[How]
Move FPU code for DCN2x to dml/dcn20.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Solomon Chiu <solomon.chiu@amd.com>
Signed-off-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/dc_fpu.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.c
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c [moved from drivers/gpu/drm/amd/display/dc/dml/dcn2x/dcn2x.c with 99% similarity]
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.h [moved from drivers/gpu/drm/amd/display/dc/dml/dcn2x/dcn2x.h with 94% similarity]