]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Thu, 2 May 2024 19:37:58 +0000 (15:37 -0400)
commitd17846a096b3127e6b3d4164874385cbc39367c4
treeefa056e1ac698651008c05f099ec133da0bb1a69
parent5fa7d540d95d97ddc021a74583f6b3da4df9c93a
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