linux/drivers/gpu/drm/amd/display/dc/resource/dcn401
Rafal Ostrowski 3539437f35 drm/amd/display: Move FPU Guards From DML To DC - Part 1
[Why]
FPU guards (DC_FP_START/DC_FP_END) are required to wrap around code that
can manipulates floats. To do this properly, the FPU guards must be used
in a file that is not compiled as a FPU unit. If the guards are used in
a file that is a FPU unit, other sections in the file that aren't guarded
may be end up being compiled to use FPU operations.

[How]
Added DC_FP_START and DC_FP_END to DC functions that call DML functions
using FPU.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Rafal Ostrowski <rafal.ostrowski@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2026-03-30 15:06:10 -04:00
..
dcn401_resource.c drm/amd/display: Move FPU Guards From DML To DC - Part 1 2026-03-30 15:06:10 -04:00
dcn401_resource.h drm/amd/display: export get_power_profile interface for later use 2026-03-23 14:15:26 -04:00