]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Restore 5s vbl offdelay for NV3x+ DGPUs
authorLeo Li <sunpeng.li@amd.com>
Wed, 22 Apr 2026 16:29:56 +0000 (12:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Apr 2026 14:24:14 +0000 (10:24 -0400)
commitdf482c2d441b090161633566b7a0755f1bbd55c2
treec27d5581652575bd6e60204b5c877c069b1d0d74
parent01ac7ab46c7a83208b81c6c13573eabeb2684634
drm/amd/display: Restore 5s vbl offdelay for NV3x+ DGPUs

[Why]

Rapid vblank off is causing flip-done timeouts for NV3x and newer
family of GPUs that support more idle optimization features.

A proper fix requires further investigation. In lieu of it, let's
workaround it for now.

[How]

For NV3x and newer family of DGPUs, restore the old 5s vblank off timer.

Fixes: 9b47278cec98 ("drm/amd/display: temp w/a for dGPU to enter idle optimizations")
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3787
Link: https://lore.kernel.org/amd-gfx/20260217191632.1243826-1-sysdadmin@m1k.cloud/
Tested-by: Michele Palazzi <sysdadmin@m1k.cloud>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c