]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Rename dml2_wrapper.c to dml2_wrapper_fpu.c
authorHarry Wentland <harry.wentland@amd.com>
Thu, 30 Oct 2025 18:12:30 +0000 (14:12 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:37 +0000 (13:56 -0500)
commit20f311b652e7f90792759f8c91e3ce3e77fdf3b4
treed58746327acc64b1bcfb34098d0e4df178294a8e
parentbd3c91d6ca5e17263fc56d1d6c06d0b0270a8a29
drm/amd/display: Rename dml2_wrapper.c to dml2_wrapper_fpu.c

[WHAT]
This function is an FPU compilation unit. Therefore it's not
allowed to call DC_FP_START/END functions. It currently does
so and we'll need to move those functions out. Therefore
rename the existing compilation unit so we can introduce a
non-FPU dml2_wrapper.c.

Reviewed-by: Austin Zheng <austin.zheng@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2_0/Makefile
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c [moved from drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c with 100% similarity]