]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Move bw_fixed from DML folder
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 3 Oct 2023 14:14:49 +0000 (08:14 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Oct 2023 20:48:37 +0000 (16:48 -0400)
commita2719f91a17057f741b962f6ea4d337a374f6eb7
tree317de57e27f0e43cb1ef31b6d9b2d0963bd858a1
parent13f9173af8da2d774f5a4fe532a347c538831f04
drm/amd/display: Move bw_fixed from DML folder

bw_fixed does not need any FPU operation, and it is used on DCE and DCN.
For this reason, this commit moves bw_fixed to the basic folder outside
DML.

Reviewed-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/basics/Makefile
drivers/gpu/drm/amd/display/dc/basics/bw_fixed.c [moved from drivers/gpu/drm/amd/display/dc/dml/calcs/bw_fixed.c with 94% similarity]
drivers/gpu/drm/amd/display/dc/dml/Makefile