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 E0A15C77B7F for ; Fri, 27 Jun 2025 07:42:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 951E510E975; Fri, 27 Jun 2025 07:42:18 +0000 (UTC) Received: from coelho.fi (coelho.fi [88.99.146.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 97AF910E974; Fri, 27 Jun 2025 07:42:17 +0000 (UTC) Received: from 91-155-254-100.elisa-laajakaista.fi ([91.155.254.100] helo=[192.168.100.137]) by coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97) (envelope-from ) id 1uV3iw-00000008Rli-0A9t; Fri, 27 Jun 2025 10:42:15 +0300 Message-ID: From: Luca Coelho To: Imre Deak , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Imre Deak Date: Fri, 27 Jun 2025 10:42:13 +0300 In-Reply-To: <20250626082053.219514-2-imre.deak@intel.com> References: <20250626082053.219514-1-imre.deak@intel.com> <20250626082053.219514-2-imre.deak@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.1-1 MIME-Version: 1.0 Subject: Re: [PATCH 01/20] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Thu, 2025-06-26 at 11:20 +0300, Imre Deak wrote: > From: Imre Deak >=20 > An AUX access failure during HPD IRQ handling should be handled by > falling back to a full connector detection, do so. >=20 > Signed-off-by: Imre Deak > --- Reviewed-by: Luca Coelho -- Cheers, Luca.