From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from h5.fbrelay.privateemail.com (h5.fbrelay.privateemail.com [162.0.218.228]) (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 E66DA283FC5 for ; Fri, 23 Jan 2026 14:26:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=162.0.218.228 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769178400; cv=none; b=LIGHinzVra8OQ2K623rGy900aPux740m00P3bIp6lKClVo3f9VdrB6I9ih8kXXIA7KL7tB9d2CorMY51+rouVyiGWH+9Kj5YkfwjLOiaPNw8paRFlHTn2tTp5AMrDXAwjbv2KShxTKlX+lMaTOT0LBoev+o7+eFHttD9fcUFi/A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769178400; c=relaxed/simple; bh=MvmbxGxhcqetN75IMiF++YXU+kHzR4wJUDn8gbLEEtQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rM/zByVP2C7Q4eDKMyELMgeGzjofqpZUy2R7ZSqrQvtBfhlosiaKtvrKV/ygdGVmrtmktD5bAjqRn0LpdwGxAvKXzEW5jIm2QviYsqFv/oz3SeHAHIJtB3q+hslgrsEK5YisVuWCLoppcGt70IQtj/rch/VXqh4qBeqgpYkPQSk= 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=162.0.218.228 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-13-4.privateemail.com (mta-13-1.privateemail.com [198.54.122.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by h5.fbrelay.privateemail.com (Postfix) with ESMTPSA id 4dyKxS5mdxz2xGP for ; Fri, 23 Jan 2026 14:26:36 +0000 (UTC) Received: from mta-13.privateemail.com (localhost [127.0.0.1]) by mta-13.privateemail.com (Postfix) with ESMTP id 4dyKxJ64Jnz3hhTT; Fri, 23 Jan 2026 09:26:28 -0500 (EST) Received: from hal-station.localdomain (bras-base-toroon4332w-grc-44-142-112-152-160.dsl.bell.ca [142.112.152.160]) by mta-13.privateemail.com (Postfix) with ESMTPA; Fri, 23 Jan 2026 09:26:00 -0500 (EST) Date: Fri, 23 Jan 2026 09:25:57 -0500 From: Hamza Mahfooz To: Timur =?iso-8859-1?Q?Krist=F3f?= Cc: dri-devel@lists.freedesktop.org, Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , David Airlie , Simona Vetter , Harry Wentland , Leo Li , Rodrigo Siqueira , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Sunil Khatri , Lijo Lazar , Ce Sun , Ivan Lipski , Kenneth Feng , Alex Hung , Tom Chung , Melissa Wen , Michel =?iso-8859-1?Q?D=E4nzer?= , Fangzhi Zuo , amd-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] drm/amdgpu: implement page_flip_timeout() support Message-ID: References: <20260123000537.2450496-1-someguy@effective-light.com> <20260123000537.2450496-2-someguy@effective-light.com> <10030872.eNJFYEL58v@timur-hyperion> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <10030872.eNJFYEL58v@timur-hyperion> X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4dyKxS5mdxz2xGP On Fri, Jan 23, 2026 at 12:20:30PM +0100, Timur Kristóf wrote: > MODE2 reset _is_ a full reset on APUs, it resets everything but just doesn't > lose the RAM contents. Also note that MODE2 reset is not supported on > dedicated GPUs, so this will likely trigger a full reset for those. > > Can you say how you tested this? I'd be happy to test it myself too. Unfortunately, I don't have a reliable way to reproduce timeouts. Though, that machine usually hangs if I leave it idle overnight and forget to turn off the display (I have DPMS disabled). So, I just let nature run its course, I guess you can say and checked dmesg in the morning to find that it had reset and was still usable.