summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_link.c
diff options
context:
space:
mode:
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2022-10-20 11:46:31 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-10-24 14:35:10 -0400
commitbbfbf09d193ac831c40db50ef4b31d11548a9eef (patch)
tree913036859b75cbca65019df5c8ea9ecc9de724f1 /drivers/gpu/drm/amd/display/dc/core/dc_link.c
parentb66fca42c4e5739fa7ce17edd1c4d451b0d3c78d (diff)
downloadlinux-bbfbf09d193ac831c40db50ef4b31d11548a9eef.tar.bz2
drm/amd/display: Remove FPU guards from the DML folder
As part of the programming expectation for using DML functions, DC requires that any DML function invoked outside DML uses: DC_FP_START(); ... dml function ... DC_FP_END(); Additionally, all the DML functions that can be invoked outside the DML folder call the function dc_assert_fp_enabled(), which is responsible for triggering a warning in the case that the DML function was not guarded by the DC_FP_START/END. For this reason, call DC_FP_START/END inside DML is wrong, and this commit removes all of those references. Tested-by: Mark Broadworth <mark.broadworth@amd.com> Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core/dc_link.c')
0 files changed, 0 insertions, 0 deletions