From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934975AbdC3VnH (ORCPT ); Thu, 30 Mar 2017 17:43:07 -0400 Received: from anholt.net ([50.246.234.109]:35816 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934937AbdC3Vm6 (ORCPT ); Thu, 30 Mar 2017 17:42:58 -0400 From: Eric Anholt To: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org, Tom Cooksey Subject: Re: [PATCH v3 2/2] drm/pl111: Initial drm/kms driver for pl111 In-Reply-To: <20170330195658.27193-2-eric@anholt.net> References: <20170330195658.27193-1-eric@anholt.net> <20170330195658.27193-2-eric@anholt.net> User-Agent: Notmuch/0.22.2+1~gb0bcfaa (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 30 Mar 2017 14:42:54 -0700 Message-ID: <87o9wijva9.fsf@eliezer.anholt.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Eric Anholt writes: > From: Tom Cooksey > > This is a modesetting driver for the pl111 CLCD display controller > found on various ARM platforms such as the Versatile Express. The > driver has only been tested on the bcm911360_entphn platform so far, > with PRIME-based buffer sharing between vc4 and clcd. > > It reuses the existing devicetree binding, while not using quite as > many of its properties as the fbdev driver does (those are left for > future work). > > v2: Nearly complete rewrite by anholt, cutting 2/3 of the code thanks > to DRM core's excellent new helpers. > v3: Change the driver's .name to not clash with fbdev in sysfs, drop > platform alias, drop redundant "drm" in DRM driver name. Apologies, I did these fixups on the wrong branch, thus the second "v3" patch. :( --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAljde94ACgkQtdYpNtH8 nujDuw//VRC0Qxssp4jNUIJCpxBYFA7nol9wBgY68sI2Xj85E6DlPEOPWmEou0oy rREUZZSkBreXrEucbLLTZV5OFLXZZmQ2xu9WrrV12gw6tjrrdsJ5Kb3RLFpFdl0i nzjmZN1mbhPAVd4hMNwEVBdxH0Tv9J2nlm0Xq0DGtq9utTg7VnUnM0WrwYVgoooN RlKdsjPI0YxX1sn6s5FNcmtcngIBY/V9PAVLSgANlNvsyI46Krv1WsWwvj7dE4wS s88+uyxQ7M1EdbubyXTvlbGDZ/hrhbveix5TdLF+u2tzD990p53VxNHLNYcbd/0q fFw5/U4+NybWTHnYVnDvsLhjjIhEDPfMQHFFfSofcLpIcE3aw8VXr73laZ9t6IfF 05aWbBvO7i6CceqJBYJZF9NnEYMRSK88TYiJfOFjj/+bDmqcWG5jsOZJldZpxw07 fNC8Uvq66QkQMFhxEhk+5yDOsGftDSBhgWD02v482dx8r6wTDKrp5RjOUg6wxw5X 0p29bTojsykbs2r2ClBbSM7wzw8HfaGWlSzLNMsPsWJ/VvfhfPmYgpk14A07W7F1 +xCJGM/5Ur2TQuyeYpFjG8LXc44Wp1iqVWbqVfs9DH29eKd4FtvRa7aUXXqMel1b wtMPQfOJp9l1DjChwk+O+IwFKZv8QT2aVPNOijFPJO8LCUsHPTQ= =9SJ4 -----END PGP SIGNATURE----- --=-=-=--