From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbdK0QVA (ORCPT ); Mon, 27 Nov 2017 11:21:00 -0500 Received: from mailoutvs3.siol.net ([213.250.19.136]:59590 "EHLO mail.siol.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752696AbdK0QU5 (ORCPT ); Mon, 27 Nov 2017 11:20:57 -0500 From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Maxime Ripard Cc: Daniel Vetter , David Airlie , Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Mark Rutland , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, plaes@plaes.org, icenowy@aosc.io, Thomas Petazzoni Subject: Re: [PATCH v2 00/18] drm/sun4i: Add A83t LVDS support Date: Mon, 27 Nov 2017 17:20:52 +0100 Message-ID: <2681268.ePd4u43rOS@jernej-laptop> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Dne ponedeljek, 27. november 2017 ob 16:41:24 CET je Maxime Ripard napisal(a): > Hi, > > Here is an attempt at supporting the LVDS output in our DRM driver. This > has been tested on the A83T (with DE2), but since everything is basically > in the TCON, it should also be usable on the older SoCs with minor > modifications. > > This was the occasion to refactor a bunch of things. The most notable ones > would be the documentation, and split of the UI layers in the mixer code, I'm just about to send my series of patches which would add full support for UI and VI planes (multi planes, HW scaling, all color formats). It would clash with your patches 6, 7 and 8. Preview of my work as a single patch can be seen here: https://github.com/jernejsk/linux-1/commit/ 8fdef3b510b567bfe81c87b0c3e73ddcf4f5b711 How would you like to handle that? Some changes are similar, but I don't see a point rebasing my patches atop of yours. Since I'm almost done, I will just send them and we can discuss them then. Best regards, Jernej > and the switch to kfifo for our endpoint parsing code in the driver that > fixes an issue introduced by the switch to BFS. > > Let me know what you think, > Maxime