drm/amd/display: Disable panel replay by default for now
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 30 Apr 2024 14:53:23 +0000 (09:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 May 2024 13:41:17 +0000 (09:41 -0400)
commitab72d5945d8190f3b9ae16dafcf67655b458bf0e
treee161addd61659ca3765c9f7a67a359cae40b54cc
parent705d0480e6ae5a73ca3a9c04316d0678e19a46ed
drm/amd/display: Disable panel replay by default for now

Panel replay was enabled by default in commit 5950efe25ee0
("drm/amd/display: Enable Panel Replay for static screen use case"), but
it isn't working properly at least on some BOE and AUO panels.  Instead
of being static the screen is solid black when active.  As it's a new
feature that was just introduced that regressed VRR disable it for now
so that problem can be properly root caused.

Cc: Tom Chung <chiahsuan.chung@amd.com>
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3344
Fixes: 5950efe25ee0 ("drm/amd/display: Enable Panel Replay for static screen use case")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c