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 5E020C79F80 for ; Fri, 4 Sep 2026 08:33:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9512E10F95F; Fri, 4 Sep 2026 08:33:17 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="jTGjJxP1"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C72610F95F for ; Fri, 4 Sep 2026 08:33:17 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id E16B34381E; Fri, 4 Sep 2026 08:33:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B5851F00A3D; Fri, 4 Sep 2026 08:33:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788510796; bh=y/nk14eD2Y0cqgzJGSt+5FjulJ5arXb8251Zy5w04Iw=; h=Date:From:To:Subject:In-Reply-To:References:Cc; b=jTGjJxP1aBNnB3vfu+LiWsWU/lVajEblCXSl6iHSZYPp6UGTE3BXo0Lhh/051QHsO m/Zfk2EEsmpNzwD9Aqi1DUj6G3uRFNtsdw8PbyDBmpItS8Y3BWj0mBINDbfLeCQdmY 3J1I0N0AgAmwOAwdxYhNuc7UQbRMiHeFtxBSylUiCjTD0Nz9EZ94pU6GxRuRhoSs2C Ukwy/s3zDvBp98es3I477+izGPFpiWvGSeEXnfwu2SnRiEI8ChwSM41P3ZmOw8gxrP Vg/Z3Pj0ND9N3DtjqfssIcordwH/hBx8xjC/SBYeBvJUG5hSPwUcwyBe9eDKSv2gAB mEBaOcdLb+gSw== Message-ID: Date: Fri, 04 Sep 2026 08:33:13 +0000 From: "Maxime Ripard" To: "Liu Ying" Subject: Re: [PATCH v6 09/13] drm/imx: dc-lb: Support getting secondary input selection In-Reply-To: <20260904-imx8-dc-prefetch-v6-9-26643e3f6cb7@nxp.com> References: <20260904-imx8-dc-prefetch-v6-9-26643e3f6cb7@nxp.com> Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Conor Dooley" , "David Airlie" , "Dmitry Baryshkov" , "Fabio Estevam" , "Frank Li" , "Krzysztof Kozlowski" , "Maarten Lankhorst" , "Marek Vasut" , "Maxime Ripard" , "Pengutronix Kernel Team" , "Philipp Zabel" , "Rob Herring" , "Sascha Hauer" , "Shawn Guo" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 4 Sep 2026 15:54:59 +0800, Liu Ying wrote: > Add a helper to get LayerBlend secondary input selection. This is > needed by disabling CRTC at boot in an upcoming commit which tries > to get the selection. > > Reviewed-by: Frank Li > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime