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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 056C0C43441 for ; Tue, 27 Nov 2018 08:42:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC2432086B for ; Tue, 27 Nov 2018 08:42:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC2432086B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729604AbeK0TjT (ORCPT ); Tue, 27 Nov 2018 14:39:19 -0500 Received: from mail.bootlin.com ([62.4.15.54]:56287 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728985AbeK0TjT (ORCPT ); Tue, 27 Nov 2018 14:39:19 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id BF6D020D29; Tue, 27 Nov 2018 09:42:08 +0100 (CET) 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 8757620736; Tue, 27 Nov 2018 09:41:58 +0100 (CET) Date: Tue, 27 Nov 2018 09:41:58 +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 07/43] drm/sun4i: backend: Use a specific function to check if a plane is supported Message-ID: <20181127084158.inmmvsf6ayhlhk7l@flea> References: <20181123092515.2511-1-paul.kocialkowski@bootlin.com> <20181123092515.2511-8-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="r4e3kxbttdwz4bfo" Content-Disposition: inline In-Reply-To: <20181123092515.2511-8-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 --r4e3kxbttdwz4bfo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 23, 2018 at 10:24:39AM +0100, Paul Kocialkowski wrote: > Before this patch, it is assumed that a plane is supported either > through the frontend or through the backend alone. However, the DRM > interface does not allow finely reporting our hardware capabilities > and there are cases where neither are support. >=20 > In particular, some plane formats are supported by the backend and not > the frontend, so they can only be supported without scaling. >=20 > Signed-off-by: Paul Kocialkowski Applied, thanks! Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --r4e3kxbttdwz4bfo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCW/0DVgAKCRDj7w1vZxhR xTuuAP4q20tNz9Ot2w4bzGbMVJSvpu0Wsiq/KthxpopYEHNUeQD+Kw8w9wtJYaId 5mcTNjAtvPhqY920G81p/Y/obh3V6wE= =cDms -----END PGP SIGNATURE----- --r4e3kxbttdwz4bfo--