From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 C77DB1922F7 for ; Fri, 9 Aug 2024 11:00:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723201223; cv=none; b=exZVwEatmOp+hkbE+HXlcVC2Z9eVvLVwqKZXwViHePx2FcYadYbE4yfZhpuyOP7FHG24e05buD4SXLNNgjxDEJEs78lT8crYKe0DTeI60csiayH6NU3S6qbzvLMGCuH54RjgPUKr4Uc8B6h6WJ8qdqt1qInz15HJ1SvH1Ajy26Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723201223; c=relaxed/simple; bh=3/UkxXXnrlVW372FTUNjxvG1D/bdGnXMdlP3Ydhyhew=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=R7nH7gFKOE5Gn9h0rV3TENpyej8cTi7fEVRsNTjOXde7dlcZxcrLTrIcP87Qn+RbScGy09ksCO4Rdr4xyZcAZSZnCxRuk4T2EzdYzJFQMdwrFutBgGJK3VnIm0/ndNV9CJ5X3+KMvqlT0//7ckGQuE39jdhxB/iy1nY0/a4AreQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scNLv-00038h-18; Fri, 09 Aug 2024 13:00:11 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1scNLu-005eDh-Df; Fri, 09 Aug 2024 13:00:10 +0200 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1scNLu-000AR8-13; Fri, 09 Aug 2024 13:00:10 +0200 Message-ID: Subject: Re: [PATCH v3 10/12] drm/imx: ldb: switch to imx_legacy_bridge / drm_bridge_connector From: Philipp Zabel To: Dmitry Baryshkov , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Cc: Chris Healy , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Date: Fri, 09 Aug 2024 13:00:10 +0200 In-Reply-To: <20240602-drm-imx-cleanup-v3-10-e549e2a43100@linaro.org> References: <20240602-drm-imx-cleanup-v3-0-e549e2a43100@linaro.org> <20240602-drm-imx-cleanup-v3-10-e549e2a43100@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On So, 2024-06-02 at 15:04 +0300, Dmitry Baryshkov wrote: > Use the imx_legacy bridge driver instead of handlign display modes via > the connector node. >=20 > All existing usecases already support attaching using > the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag, while the imx_legacy bridge > doesn't support creating connector at all. Switch to > drm_bridge_connector at the same time. >=20 > Signed-off-by: Dmitry Baryshkov Reviewed-by: Philipp Zabel regards Philipp