drm/amd/display: remove useless FPU protection wrapper from dcn31_resource file
authorMelissa Wen <mwen@igalia.com>
Wed, 20 Jul 2022 19:32:05 +0000 (18:32 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:05 +0000 (09:31 -0400)
commitca0273ab447853c014983951e2183991f8dbc7b9
tree11e3ee0e7dec4cde6a59d38b2a29297b8de30100
parent39a6f3fe98ff03baab364acfec69a6f9803ce22c
drm/amd/display: remove useless FPU protection wrapper from dcn31_resource file

Many lines of code in dcn31_resource_construct are wrapped by DC_FP
macro to protect FPU operations; however, there is no FPU in this
region. Therefore, just remove the wrapper for clarity.

Signed-off-by: Melissa Wen <mwen@igalia.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c