Re: [PATCH 1/2] drm: introduce page_flip_timeout()

From: Hamza Mahfooz

Date: Tue Jan 27 2026 - 17:56:29 EST


On Mon, Jan 26, 2026 at 09:20:55AM -0500, Alex Deucher wrote:
> I suspect just calling drm_crtc_send_vblank_event() here on the
> relevant crtcs would be enough.
>

Seems like an interesting idea, though I would imagine we would still
want to attempt a reset (of some kind) assuming that the subsequent page
flip also experiences a timeout.

> Alex