From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH v2 6/6] drm/cirrus: rewrite and modernize driver. Date: Thu, 4 Apr 2019 19:41:14 +0200 Message-ID: <20190404174114.GG23897__8646.30943849392$1554400115$gmane$org@ravnborg.org> References: <20190404152430.8263-1-kraxel@redhat.com> <20190404152430.8263-7-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190404152430.8263-7-kraxel@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Gerd Hoffmann Cc: David Airlie , Dave Airlie , open list , dri-devel@lists.freedesktop.org, "open list:DRM DRIVER FOR QEMU'S CIRRUS DEVICE" List-Id: virtualization@lists.linuxfoundation.org Hi Gerd. Very nice diffstat - good work indeed! > I think it'll still be alot easier to review than a > longish baby-step patch series. Agreed. Some random nits below. With the relevant parts addressed you can add my: Reviewed-by: Sam Ravnborg > new file mode 100644 > index 000000000000..5060e3d854d3 > --- /dev/null > +++ b/drivers/gpu/drm/cirrus/cirrus.c > @@ -0,0 +1,621 @@ > +/* > + * Copyright 2012-2019 Red Hat > + * > + * This file is subject to the terms and conditions of the GNU General > + * Public License version 2. See the file COPYING in the main > + * directory of this archive for more details. > + * > + * Authors: Matthew Garrett > + * Dave Airlie > + * Gerd Hoffmann > + * > + * Portions of this code derived from cirrusfb.c: > + * drivers/video/cirrusfb.c - driver for Cirrus Logic chipsets > + * > + * Copyright 1999-2001 Jeff Garzik > + */ Can we introduce an SPDX identifier? (I am not good at the license stuff, so I cannot tell) > +#include > +#include > +#include > + > +#include