]> www.infradead.org Git - nvme.git/commit
drm/amd/display: Use optc32 instead of optc30 in DC
authorOvidiu Bunea <ovidiu.bunea@amd.com>
Wed, 6 Sep 2023 22:03:19 +0000 (18:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2023 20:54:18 +0000 (16:54 -0400)
commit3d457727dad87ba2d409334d488141e5578a821d
tree3585e7f6bb8e26b05db603cb75b421ef34b632e9
parent5710c6c0bda39789ada08fbe7b64aa13654b2dd2
drm/amd/display: Use optc32 instead of optc30 in DC

Change DC to use optc32, which uses REG_UPDATE instead of REG_SET.
REG_SET clears OTG_H_TIMING_DIV_MODE_MANUAL which must be set to 1 in
some specific HDMI configurations.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Ovidiu Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.c
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.h
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c