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 AD1BEC624DE for ; Fri, 4 Sep 2026 08:33:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 00B4610F960; Fri, 4 Sep 2026 08:33:31 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ct1XKUY0"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id DA3F710F960 for ; Fri, 4 Sep 2026 08:33:29 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 4DBF660211; Fri, 4 Sep 2026 08:33:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BC4D1F00A3D; Fri, 4 Sep 2026 08:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788510809; bh=j4UqJL4I9Plor9CtIHU2V1yjT48iQ2MyrKeeW7z58WM=; h=Date:From:To:Subject:In-Reply-To:References:Cc; b=ct1XKUY0fnuFX5eiw09xoWPGKZlBikbdz3lQhjp1a77+eGvhCFYjurrfgI21cJexD lpk9YpDb+U1yeFs5hwKRgXmPAEaS+d6bMtabxJEl12LTVbNH0K54I1H9z/h1iR3IZj ZAolGmtwAsLT0wfqHOQoy23izYnhQDgMnxbox1S1cnTUWz0EL37f5XAqkcSlLZISoI ex5US7EXLj0STQ1sGzJCNnG1Z75Hanw2pkeNDaWsAkNK3i0qBn/fHqHS1XicgFl4Fx Wul7A20YfeWNMtpcZfKWvl/Q7rL0uU+khJoRDudZ2d8Nq7Ptop/UvW46jjpM00zCNR CFhGUl+VDq+Yw== Message-ID: <0d4f2e0275dbb7fd4db16f9e4393dad2@kernel.org> Date: Fri, 04 Sep 2026 08:33:25 +0000 From: "Maxime Ripard" To: "Liu Ying" Subject: Re: [PATCH v6 10/13] drm/imx: dc-ed: Drop initial source selection In-Reply-To: <20260904-imx8-dc-prefetch-v6-10-26643e3f6cb7@nxp.com> References: <20260904-imx8-dc-prefetch-v6-10-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:55:00 +0800, Liu Ying wrote: > It's unnecessary to set initial ExtDst source selection because KMS > driver would do that when doing atomic commits. Drop the selection. > This is needed as a preparation for reading ExtDst source selection > when trying to disable CRTC at boot in an upcoming commit. > > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime