From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from MTA-15-3.privateemail.com (mta-15-3.privateemail.com [198.54.122.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A394929B216 for ; Thu, 29 Jan 2026 14:34:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.54.122.111 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769697270; cv=none; b=c4oaoEu85uRP1fBcCBbPU/axAn50z0tVABoR6UiSqr2pTrxPZPe7G77bv5LUnTOm+RIkB8N1/8rTxkxtq+Sq56eYsbwrjQRZLMoQB94SoKKWGVex5WVkYQ8QNPBeCpSWh7TafnWwEoZ8X5hjlPcgYCWgUG9rFSfe05Lf+wv1B+I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769697270; c=relaxed/simple; bh=Zy8ktsNAhMyAGCO3YOWOX4Q4BCl2Km9qxmmq1A1NTCI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZtEGd+3ydUY87w/8AwEc7/QMe6/DofYXpJn5kIqVi8JbHIKUeC0i5O/DA6bsq7UQHLtp57EGy3zJkCpmyoqE4DzZm+9jQnT9C1GEj4PDZqbdEVG35TWclSNQWpzgxj3n5OU65TiEBPCoiijahXnVUHo1XmV+F4IoMmudeUQ8Ito= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=effective-light.com; spf=pass smtp.mailfrom=effective-light.com; arc=none smtp.client-ip=198.54.122.111 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=effective-light.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=effective-light.com 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> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 > 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).