drm/amd/display: Drop uncessary OTG lock check
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 27 Sep 2022 22:30:08 +0000 (18:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Oct 2022 21:32:55 +0000 (17:32 -0400)
commitc8588697aa4ec1f3b7fc09277cf2a5a662d40834
treeed75b54167a808e36b5432e6cfe811b0c5b61631
parent15e8b368981e1e8420f08b35bb12b794b200f4a0
drm/amd/display: Drop uncessary OTG lock check

The OTG_MASTER_UPDATE_LOCK_SEL is used for GSL and OTGs in the same
group for selecting the OTG_MASTER_UPDATE_LOCK from the same OTG. At
some point, it a check was added to see if OTG is running or not, which
is not necessary, and for this reason, this commit dropped that check.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c