Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3402142pxk; Mon, 7 Sep 2020 11:50:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwMxgYKRuIcOdtW9lhjPUH+PzEEgG/OB6ZKvtEKPwtPfNoKXTll4a5YsYWiJXpFMY1XERGJ X-Received: by 2002:a50:e385:: with SMTP id b5mr15666140edm.39.1599504643106; Mon, 07 Sep 2020 11:50:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599504643; cv=none; d=google.com; s=arc-20160816; b=tbFtKFZBS1TTo97NgL3ituzUpOjaORsXDyIkAB+E8YM4voEdw3ewlqHKy9nTEtYs6/ Ee3iQNMikevxYefCv7+TyYIqh+weX/QTPCmKSVyA7sZGb0txkquamnz0RqEgn7IRl39N vePhEFVpO3Pp+o56hZMZwfcn44U+xIM8jhpuy6nQBZWkpB1zaepq/0Yiw1eXvpDkjkoC ZCBUoegzDefGuZag2j8Glx6AW9rif8Prm5qR1I3tq1CIwOiIkvx7O/gJ2Mbq6D8ege6k LaHzPqwV/4WnOFJ3xDAjjRPe+fz48kKo56Xt5SAELESkmvAWtbLOWhEUlvftfmBJodcV ojzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=K2cYUIy9u4KoAY6hflbjY8hCbmG8BU4VUKy/VY1Oy6k=; b=fByC4l1664j9sYfUi0TNfJGOfx2zza3JpC8U/j99qpU4UxoFKmyFD1qywOG7yjaYlY 6MBLDs1wxfzXkgcojDoXWS7gzs8Ao7OSIETkNQF1ykwUg6h7Ak3R5EeUoU4rT/jYW2oX ZW4ziMeE8W5Hzmw/lQsBBriMjKM0RT45ytlHB1FcNBnLfd6HXfFlADvQTnW9hnUUnN9O +AxjIyWSd6bZRte+APvFvv1r7cGkYBrmRLh9bN9tm6ixbCF25VSQJp/i+7/nUJTiOyKh 4tZXKefX2DGlEbqeH18pgOILFCp+T3V86+4GYWck4pS6/IlmxhS6eOtO9xX+AeO0V1id FKXQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s15si1753676ejy.634.2020.09.07.11.50.21; Mon, 07 Sep 2020 11:50:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729396AbgIGSVa (ORCPT + 99 others); Mon, 7 Sep 2020 14:21:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:54328 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728867AbgIGSV3 (ORCPT ); Mon, 7 Sep 2020 14:21:29 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 41EB1ABC4; Mon, 7 Sep 2020 18:21:28 +0000 (UTC) Message-ID: Subject: Re: [PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline From: Nicolas Saenz Julienne To: Maxime Ripard , Eric Anholt Cc: dri-devel@lists.freedesktop.org, linux-rpi-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Dave Stevenson , Tim Gover , Phil Elwell , devicetree@vger.kernel.org, Kamal Dasu , Philipp Zabel , Rob Herring , Stephen Boyd Date: Mon, 07 Sep 2020 20:21:25 +0200 In-Reply-To: <20200907162232.kfkskjuytfr7dyef@gilmour.lan> References: <20200907162232.kfkskjuytfr7dyef@gilmour.lan> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-6L8guC3lDLUqPbUr6fSR" User-Agent: Evolution 3.36.5 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-6L8guC3lDLUqPbUr6fSR Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Maxime, On Mon, 2020-09-07 at 18:22 +0200, Maxime Ripard wrote: > Hi, >=20 > On Thu, Sep 03, 2020 at 10:00:32AM +0200, Maxime Ripard wrote: > > Hi everyone, > >=20 > > Here's a (pretty long) series to introduce support in the VC4 DRM drive= r > > for the display pipeline found in the BCM2711 (and thus the RaspberryPi= 4). > >=20 > > The main differences are that there's two HDMI controllers and that the= re's > > more pixelvalve now. Those pixelvalve come with a mux in the HVS that s= till > > have only 3 FIFOs. Both of those differences are breaking a bunch of > > expectations in the driver, so we first need a good bunch of cleanup an= d > > reworks to introduce support for the new controllers. > >=20 > > Similarly, the HDMI controller has all its registers shuffled and split= in > > multiple controllers now, so we need a bunch of changes to support this= as > > well. > >=20 > > Only the HDMI support is enabled for now (even though the DPI and DSI > > outputs have been tested too). >=20 > I've applied the patches 1-79 to drm-misc. I guess the final DT patch > should go through the arm-soc tree? I'll take care of it tomorrow. Regards, Nicolas --=-6L8guC3lDLUqPbUr6fSR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl9WeiUACgkQlfZmHno8 x/4UyAf/dt+SI/8MNNE3iGPcEq4wiASX9vH8Hmce1FWMw6HaJbqDiyKW8RCr2rM5 XnDk/ekvzlwycIOkqwbnBOgETHs8Tn885jjA3i3gV9g62dB7ZCnyNRguRLoGftFO iELFYgoiAtlJtR2r2eDeYZOaSLSoxMILSBF3CTEmldCleaSdBDrCIog3vHvXVpFa 1SPcP2e6j/pH4D0RhuabxSAN20WBJ9rHkwR5kL1+rbsKHIJufPnKdYC+q2xrSy3q fF11Vx6oD1KNHIC0Eq0UmCCh4PVDbXMmV39S4OzbeuS9x8tgcRs8V3pA7cN5I2c3 5Fg3C7xN5Wp8cHaXm66xIZ0dVS4mCg== =1K25 -----END PGP SIGNATURE----- --=-6L8guC3lDLUqPbUr6fSR--