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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85755C433EF for ; Thu, 7 Oct 2021 03:52:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E94261215 for ; Thu, 7 Oct 2021 03:52:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232394AbhJGDyn (ORCPT ); Wed, 6 Oct 2021 23:54:43 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:57532 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231190AbhJGDym (ORCPT ); Wed, 6 Oct 2021 23:54:42 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AE6CE9DC; Thu, 7 Oct 2021 05:52:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1633578768; bh=X0kPBwfUOEa3APADrfwbRDM1MyJnwG31+3I7bn713ek=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YWwYTNhFP+461g6RTPaAdcpzUEpIfNhs3YSFRoij/WXQVMcPBNJuLVpCkZGSakN4C z08ZC9VCufr5qLDg4HyJbSK6/zeliwJ7FHm1AkJ6At1SAZvAsIDaEoB3PSEF2ZyuIb EY5cVblJERSVaZvgh8S0J8GwqhgsWxc1B9Eso24I= Date: Thu, 7 Oct 2021 06:52:39 +0300 From: Laurent Pinchart To: Kuninori Morimoto Cc: Linux-Renesas Subject: Re: HDMI isn't probed on v5.15-rc1 on ULCB+KF Message-ID: References: <87ilya4zv8.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ilya4zv8.wl-kuninori.morimoto.gx@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Morimoto-san, On Wed, Oct 06, 2021 at 12:05:15PM +0900, Kuninori Morimoto wrote: > > Hi Laurent > > I noticed that ULCB+KF board on v5.15-rc1 doesn't probe HDMI. Is that the M3 or H3 ULCB ? Is there any useful information in the kernel log ? > I git-bisect:ed and found the first issue. > It re-start works for me if I reverted this commit. > Could you please check it ? > > commit d0f44e0dac29aca3f85d238dfbcd2e52450b38dc > Author: Laurent Pinchart > Date: Mon May 25 07:05:26 2020 +0300 > > drm: rcar-du: dw-hdmi: Set output port number > > Report the DT output port number in dw_hdmi_plat_data to connect to the > next bridge in the dw-hdmi driver. > > Signed-off-by: Laurent Pinchart > Tested-by: Kieran Bingham # On V3U > Reviewed-by: Kieran Bingham I've tested v5.15-rc1 on a M3-N Salvator-XS, and can't reproduce the issue. If your kernel log doesn't show anything useful, I'll test it on my ULCB. -- Regards, Laurent Pinchart