From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from MTA-11-3.privateemail.com (mta-11-3.privateemail.com [198.54.122.105]) (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 1468C3F0ABC for ; Wed, 6 May 2026 17:37:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.54.122.105 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778089058; cv=none; b=juoddfcuzvaXh+yShOc34MgTg73mfi01FDO7z8riVwsRrtbeRdieBOANx6Y9sd7GO/BzdYro5b3zA2+GnuYgEj+brQkcFsM72Ndsems/KyOh0qO/GBEVfKBxi9SlcdmRLExeHTxSg/0JCsoTiAHm2uSZcEu8QFEurvErICBU4DY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778089058; c=relaxed/simple; bh=4mbT5/MKfhyovH/TdJSlOoCQJ72qn0MrgN04bag1ZgA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=V7cQnqDo2iQy6v4Ub64rXiflLunjwRMNdmv6sGkBzX91aas4fSyfQwIUtgzdwEQbiMnVTsFERldF+TMdgbGx33Q6PCmcBceTBEd6S43wfug1ztWTBQkCxvD8zz2Drm1GeGPHtf1l6Vsl2qbxm26yJU5Toe8GoqCe7ulA3b19AMI= 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.105 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-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id 4g9jJJ174jz3hhWZ; Wed, 6 May 2026 13:37:36 -0400 (EDT) Received: from hal-station.localdomain (bras-base-toroon4332w-grc-26-174-91-51-28.dsl.bell.ca [174.91.51.28]) by mta-11.privateemail.com (Postfix) with ESMTPA; Wed, 6 May 2026 13:37:02 -0400 (EDT) Date: Wed, 6 May 2026 13:36:58 -0400 From: Hamza Mahfooz To: dri-devel@lists.freedesktop.org Cc: Leo Li , Harry Wentland , Rodrigo Siqueira , Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Mario Limonciello , Alex Hung , Wayne Lin , Aurabindo Pillai , Timur =?iso-8859-1?Q?Krist=F3f?= , "Mario Limonciello (AMD)" , Ivan Lipski , Chenyu Chen , Matthew Schwartz , Tom Chung , Roman Li , Takashi Iwai , Colin Ian King , Charlene Liu , Kees Cook , amd-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 2/2] drm/amd/display: add DMU timeout recovery support Message-ID: References: <20260505182105.420525-1-someguy@effective-light.com> <20260505182105.420525-2-someguy@effective-light.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: <20260505182105.420525-2-someguy@effective-light.com> X-Virus-Scanned: ClamAV using ClamSMTP On Tue, May 05, 2026 at 02:20:58PM -0400, Hamza Mahfooz wrote: > DMU already has robust hung state tracking, but timeout recovery > was never hooked up, so do so now. > > Reviewed-by: Leo Li > Signed-off-by: Hamza Mahfooz Does anyone mind if I merge this through drm-misc?