Message ID | 20181204142218.16284-1-paul.kocialkowski@bootlin.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AB9851731 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 4 Dec 2018 14:24:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9AD0C2A373 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 4 Dec 2018 14:24:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8DEC12B8AE; Tue, 4 Dec 2018 14:24:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 251CA2A373 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 4 Dec 2018 14:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=DwVgSTEK1ZxHeSX8aVYdQ9+3HcQ5SVGov5pspu5qJDk=; b=gDD5i9+GlZwAaG aHS46FIlWXpXhVA/5Lv5UrJBKrwLvQY9ShGqH2nDpq1qE0DP0GcppHIHGix2c+7tAcC8Vuue8Rang fxRj9A87i7b1H9jRrL1cmeF56uEszrKza+YsHg26WIm+LcQZp4+VP5Z89oo5IK0iBiGmHADLplkcY KFqPcS4S3bdiAxCOMGkmeGOp6dw30/Tn9FxzP9CxS75fA69k9hMQ/yB07h1xy/mUEBe23F2mHcjVA uzbCTgKDQF6roEhIFh58Vi5EPJvsE7PhLqE6OgszbSwWkgwLVNEkUj4mWXajptui6y93eivT1FVtJ /MkznNGPKukX4FnTrnnw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gUBcT-0000S4-PZ; Tue, 04 Dec 2018 14:24:13 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gUBbP-0007do-BE for linux-arm-kernel@lists.infradead.org; Tue, 04 Dec 2018 14:23:10 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 9C9E520711; Tue, 4 Dec 2018 15:22:55 +0100 (CET) Received: from localhost.localdomain (aaubervilliers-681-1-79-44.w90-88.abo.wanadoo.fr [90.88.21.44]) by mail.bootlin.com (Postfix) with ESMTPSA id B835C20A44; Tue, 4 Dec 2018 15:22:38 +0100 (CET) From: Paul Kocialkowski <paul.kocialkowski@bootlin.com> To: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 00/21] drm/sun4i: Support for linear and tiled YUV formats with the frontend Date: Tue, 4 Dec 2018 15:21:57 +0100 Message-Id: <20181204142218.16284-1-paul.kocialkowski@bootlin.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181204_062307_654499_4270EE4E X-CRM114-Status: GOOD ( 10.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Daniel Vetter <daniel@ffwll.ch>, Maxime Ripard <maxime.ripard@bootlin.com>, Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, linux-sunxi@googlegroups.com, Paul Kocialkowski <paul.kocialkowski@bootlin.com>, David Airlie <airlied@linux.ie>, Chen-Yu Tsai <wens@csie.org>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Sean Paul <sean@poorly.run> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
drm/sun4i: Support for linear and tiled YUV formats with the frontend
|
expand
|
On Tue, Dec 04, 2018 at 03:22:18PM +0100, Paul Kocialkowski wrote: > This adds the appropriate device-tree compatible and quirk data for > hooking frontend support for the A20. It supports the FIR coefficients > ready bit but not the access control bit. It also takes different phase > values than the A33 for these coefficients. > > The compatible is already used in the A20 device-tree and already > documented in the device-tree bindings. > > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Maxime