Re: [PATCH v4] drm/vblank: Increase timeout in drm_wait_one_vblank()
From: Chintan Patel
Date: Tue Oct 28 2025 - 23:50:54 EST
On 10/28/25 10:14, Thomas Zimmermann wrote:
Am 28.10.25 um 04:43 schrieb Chintan Patel:
Currently, wait_event_timeout() in drm_wait_one_vblank() uses a 100ms
timeout. Under heavy scheduling pressure or rare delayed vblank
handling, this can trigger WARNs unnecessarily.
Increase the timeout to 1000ms to reduce spurious WARNs, while still
catching genuine issues.
Thanks a lot.
Appreciate your guidance !