]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Fix dc_is_fp_enabled name mismatch
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Mon, 30 Mar 2026 02:56:03 +0000 (08:26 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Apr 2026 17:44:55 +0000 (13:44 -0400)
commit57ce498faa1e4d358bf44b5df575874c22922786
tree604fd0d0a11a315ca8d41b948026e6f30e8fbe4a
parentfc0ed906f1eaf189eff76f586bb898eaa4193ba9
drm/amd/display: Fix dc_is_fp_enabled name mismatch

Fix incorrect function name in comment to match dc_is_fp_enabled.

This function checks if FPU is currently active by reading a counter.
The FPU helpers manage safe usage of FPU in the kernel by tracking when
it starts and stops, avoiding misuse or crashes.

Fixes: 3539437f354b ("drm/amd/display: Move FPU Guards From DML To DC - Part 1")
Cc: Roman Li <roman.li@amd.com>
Cc: Alex Hung <alex.hung@amd.com>
Cc: Tom Chung <chiahsuan.chung@amd.com>
Cc: Dillon Varone <dillon.varone@amd.com>
Cc: Rafal Ostrowski <rafal.ostrowski@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/dc_fpu.c