From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ABEEFD49C83 for ; Fri, 30 Jan 2026 09:22:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 252B810E990; Fri, 30 Jan 2026 09:22:27 +0000 (UTC) Received: from MTA-15-3.privateemail.com (mta-15-3.privateemail.com [198.54.122.111]) by gabe.freedesktop.org (Postfix) with ESMTPS id F135910E874; Thu, 29 Jan 2026 14:34:22 +0000 (UTC) Received: from mta-15.privateemail.com (localhost [127.0.0.1]) by mta-15.privateemail.com (Postfix) with ESMTP id 4f21qd6tX4z3hhRw; Thu, 29 Jan 2026 09:34:21 -0500 (EST) Received: from hal-station (unknown [45.38.20.240]) by mta-15.privateemail.com (Postfix) with ESMTPA; Thu, 29 Jan 2026 09:33:46 -0500 (EST) Date: Thu, 29 Jan 2026 09:33:41 -0500 From: Hamza Mahfooz To: Christian =?iso-8859-1?Q?K=F6nig?= Cc: Timur =?iso-8859-1?Q?Krist=F3f?= , Alex Deucher , Michel =?iso-8859-1?Q?D=E4nzer?= , Mario Limonciello , dri-devel@lists.freedesktop.org, Alex Deucher , David Airlie , Simona Vetter , Harry Wentland , Leo Li , Rodrigo Siqueira , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Sunil Khatri , Ce Sun , Lijo Lazar , Kenneth Feng , Ivan Lipski , Alex Hung , Tom Chung , Melissa Wen , Fangzhi Zuo , amd-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] drm: introduce page_flip_timeout() Message-ID: References: <20260123000537.2450496-1-someguy@effective-light.com> <2719069.vYhyI6sBWr@timur-hyperion> <30f2480d-016f-417e-9ddf-7805e4943e7b@amd.com> <2285353.hkbZ0PkbqX@timur-hyperion> <2f9bc706-02d6-4dec-a56c-53abc5d43f46@amd.com> <1a75a4d2-64f3-4d19-802c-fc5c79b002c6@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a75a4d2-64f3-4d19-802c-fc5c79b002c6@amd.com> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Fri, 30 Jan 2026 09:22:26 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" > Thanks a lot for that. What happens if you apply this? > > Can the higher level handling recover from that? E.g. continue after 10 second timeout. > Without my series applied it just stays stuck (i.e. the CRTC is still on the last rendered frame).