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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 BD13FC48BF6 for ; Wed, 21 Feb 2024 13:16:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:Cc:References:In-Reply-To:Subject:To:From:Date:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AhJj0iOXbWxaudLHG4jZScZZI/xuNkE/tNAck70mrEA=; b=H1CKVAs9GFlXHxNUSF5EuHhwFZ 2zy8Qdse5EabddTarH9+TrKN6j65N3km22DlOiAULqn+0g99JCvFZy4ER+scBZgs7P/j8R7HslpLX i29r+o83TQ/P0G0IB41Lny7qpX3albKjhjKtnkD2wnrkuyhSY5TF35bbGbF3KPeu8aupc5lJO/1Yp /TT4hm2AfW2I2pq1Mb1NradLHAVtK5dOpo1TAg830EMqy6+dwh6lRY5UuVeupfS+TaMcABapn4zRI tV5QXhGp4bQtF3XvEABQ9bh5sZEq6h49A7+oksMRjc1qDoswterNFmFRIaTpHqkViI7HZscqlh87j UlgMrkcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcmSb-00000000zrl-35bF; Wed, 21 Feb 2024 13:16:29 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcmSW-00000000zpY-4AkA for linux-arm-kernel@lists.infradead.org; Wed, 21 Feb 2024 13:16:27 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 5DD2BCE1D85; Wed, 21 Feb 2024 13:16:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC9D4C433C7; Wed, 21 Feb 2024 13:16:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708521381; bh=CzNNwBJXqJo8+OeoGkqFUliEc/7tS1hf8ZqDIk6i4dc=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=NHH1lJU9bkBJUiUtuhcFE+K0A2Bahbpo8q/yd3K+pm4+qd6baPUdX506iiSi9LqsK XO8+DpTgBXcnBuSwJE5JqJIbJy8R+LGDOrLVOjbRU/1B92mcQmSPTssS6Y1ijka2XR g8JW2GqTjezqkzF+7zOUqAbD+H8DygS3bOQzp0BtYbcLrYLzFvOTSJprODReef42Wp xPNgOv5bfRAhhEtrkR5jfC5PaQxAs8IBRBhl5qOirhytkTyVy68Fo0itNv+rjQRPFf 8UjdTQseGSyWOR/qHhdEWdtc6DQFUcY1O52px197vlc6l/VinIEVuw1DeARD1vPV7A a7moLGEUOq7/w== Message-ID: Date: Wed, 21 Feb 2024 13:16:18 +0000 From: "Maxime Ripard" To: =?utf-8?b?T25kxZllaiBKaXJtYW4=?= Subject: Re: [PATCH 1/3] drm/sun4i: Unify sun8i_*_layer structs In-Reply-To: <20240216190430.1374132-2-megi@xff.cz> References: <20240216190430.1374132-2-megi@xff.cz> Cc: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, "Chen-Yu Tsai" , "Daniel Vetter" , "David Airlie" , "Jernej Skrabec" , "Maarten Lankhorst" , "Maxime Ripard" , "Ondrej Jirman" , "Samuel Holland" , "Thomas Zimmermann" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240221_051625_277447_A368DF58 X-CRM114-Status: UNSURE ( 6.87 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6230827201078155754==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6230827201078155754== Content-Transfer-Encoding: quoted-printable On Fri, 16 Feb 2024 20:04:24 +0100, Ond=C5=99ej Jirman wrote: > From: Ondrej Jirman >=20 > These structs are identical, use a single struct to represent private > data for the DRM plane. This is a preparation for configuring layer > routing from the CRTC (mixer) instead of current approach of setting >=20 > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime --===============6230827201078155754== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6230827201078155754==--