drm/amd/display: Disable DRR actions during state commit
authorWesley Chalmers <Wesley.Chalmers@amd.com>
Fri, 21 Oct 2022 23:06:10 +0000 (19:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Nov 2022 22:25:52 +0000 (17:25 -0500)
commitde020e5fa9ebc6fc32e82ae6ccb0282451ed937c
tree1bc025284986c00c6d1f884fbe41fefe68ebd75e
parentdc55b106ad477c67f969f3432d9070c6846fb557
drm/amd/display: Disable DRR actions during state commit

[WHY]
Committing a state while performing DRR actions can cause underflow.

[HOW]
Disabled features performing DRR actions during state commit.
Need to follow-up on why DRR actions affect state commit.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Wesley Chalmers <Wesley.Chalmers@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/dcn30/dcn30_hwseq.c