drm/amd/display: Fix OTG H timing reset for dcn314
authorDuncan Ma <duncan.ma@amd.com>
Mon, 15 Aug 2022 21:37:32 +0000 (17:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Aug 2022 21:45:27 +0000 (17:45 -0400)
commitcfa1e7f8a75927e55cce1300c8fbda2e1d1e0abe
tree37b848bac1d54d111f2d38ac2cf29c3f939f6fd2
parent6ebdaf20fc4dd98e7573dc2a926c81afc8ac7870
drm/amd/display: Fix OTG H timing reset for dcn314

[Why]
When ODM is enabled, H timing control register reset
to 0. Div mode manual field get overwritten causing
no display on certain modes for dcn314.

[How]
Use REG_UPDATE instead of REG_SET to set div_mode
field.

Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Brian Chang <Brian.Chang@amd.com>
Signed-off-by: Duncan Ma <duncan.ma@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c