Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp450382imu; Tue, 27 Nov 2018 00:58:39 -0800 (PST) X-Google-Smtp-Source: AJdET5e+DVn8iTbpDXNfTJdYN3dZvxDJteQHqOFMcP7sFCgpJuW7gWlFuZxYtBEs9y5x0yi/8PEk X-Received: by 2002:a62:a99:: with SMTP id 25mr31514413pfk.121.1543309119378; Tue, 27 Nov 2018 00:58:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543309119; cv=none; d=google.com; s=arc-20160816; b=PzJNemZ38xdUDM+LEkf53nSW+Wxgx2kM7PLXYi1nOto1T1fZeREZjj2WtCkC21HC7P u9bp7tELL+SiPq3m3d5esvvUUlyjwh1I71Etg6b+bHCTvWJ17jodB20vsnETRrLGYCTn P974jK94zFmKLdlE/eyFsX09cCZhjyETQ1GHbpeQl886anBKmcEH4LANqzkq7E28gmfT 1muaZg4sRbOuexXQogQGSwgfBuwS3kCrwh49MVyCYh4h5Pvzj5AbdvHfo80gT+Z/1a6O qCqYPFuiz/wJ2VayuDMcUOdDU/P+Rtwiu06nB2P83jQJjHyLlAlMFKNlyoqN38JyEP2D H4Aw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=zbeRFuvGK8E9x4MiZU9h4Tv0nyfiT/AdbPZIDEAgJMk=; b=OAU35rJJBWCi4EP19+TmYqTfr5BYqNiL6VrJhO+nQCO1f/sTAvxZlX4hR9w2WZrqnr s5oX4fkIcTCfPxCa216knzFSivDhlJdrzYP2dyTgK14utLwkxJP+mDpeBDEYqhofe58l LGmyzBkBQifStiY8v0ZZ8B1d8WbFQDE2Obc5F+rIqDXneSnp5Q4iSd7nSXhyHouCfvnh 2jN8G9FiE7gNqhulw+p5jasp1tlCVRUK8c2+MlSCjo70s0fRSAvOXashpfehuAuccqM8 BhgkprnAgHEkQRv2iVcP32loutDvRP6LDLHCFqYyW9ee57OBVdRQD414UXPloJp8t+Ve 39KQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r197si3767967pfr.192.2018.11.27.00.58.24; Tue, 27 Nov 2018 00:58:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729885AbeK0Tww (ORCPT + 99 others); Tue, 27 Nov 2018 14:52:52 -0500 Received: from mail.bootlin.com ([62.4.15.54]:57614 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729259AbeK0Tww (ORCPT ); Tue, 27 Nov 2018 14:52:52 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 14B3420D73; Tue, 27 Nov 2018 09:55:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost (aaubervilliers-681-1-94-205.w90-88.abo.wanadoo.fr [90.88.35.205]) by mail.bootlin.com (Postfix) with ESMTPSA id D7C86207A8; Tue, 27 Nov 2018 09:55:29 +0100 (CET) Date: Tue, 27 Nov 2018 09:55:29 +0100 From: Maxime Ripard To: Paul Kocialkowski Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Maarten Lankhorst , Sean Paul , David Airlie , Chen-Yu Tsai , Thomas Petazzoni , linux-sunxi@googlegroups.com, Daniel Vetter Subject: Re: [PATCH v2 19/43] drm/sun4i: frontend: Determine input mode based on the number of planes Message-ID: <20181127085529.xj7vx4lcsfnidft7@flea> References: <20181123092515.2511-1-paul.kocialkowski@bootlin.com> <20181123092515.2511-20-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vghwdvj3x36w7rnq" Content-Disposition: inline In-Reply-To: <20181123092515.2511-20-paul.kocialkowski@bootlin.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vghwdvj3x36w7rnq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 23, 2018 at 10:24:51AM +0100, Paul Kocialkowski wrote: > Use the number of planes associated with the DRM format to determine the > input mode configuration instead of the format iteself. This way, the > helper can be used for all packed formats without future changes. >=20 > Signed-off-by: Paul Kocialkowski Applied, thanks! Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --vghwdvj3x36w7rnq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCW/0GgQAKCRDj7w1vZxhR xageAQCPKtj1JUCDHygSRy+FEKuOalw+6l8A4R2jyD/KmCqz9QD+Lcx5SxLiz5xK o/ofrzL6h00+uakweOCBD0nP+PipYA0= =bSzm -----END PGP SIGNATURE----- --vghwdvj3x36w7rnq--