]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: fix condition for setting timing_adjust_pending
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 25 Jun 2025 14:11:22 +0000 (10:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:40:05 +0000 (16:40 -0400)
commit1a6a3374ecb9899ccf0d209b5783a796bdba8cec
treef8d039976b712851b991889b6438407a84726429
parent19f76f2390be5abe8d5ed986780b73564ba2baca
drm/amd/display: fix condition for setting timing_adjust_pending

timing_adjust_pending is used to defer certain programming sequences
when OTG timing is about to be changed, like with VRR. Insufficient
checking for timing change in this case caused a regression which
reduces PSR Replay residency.

Reviewed-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Robin Chen <robin.chen@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@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/core/dc.c