drm/amd/display: Remove incorrect FP context start
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 14 May 2024 00:08:58 +0000 (20:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 May 2024 18:40:39 +0000 (14:40 -0400)
commit7da55c27e76749b98401fe307d3e243fe6ceb53d
tree91eaed66afed8298dbd6d12707fad03916b5ad50
parente7595e3740e64b824cb8adda1dd5c3b7e1057f5c
drm/amd/display: Remove incorrect FP context start

All the DC_FP_START/END should be used before call anything from DML2,
for this reason, the use of those guards inside DML it is not correct.
This commit removes two unnecessary DC_FP_START/END from a dml2
function.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c