Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1570882
| From | Daniel Vetter <daniel@ffwll.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays |
| Date | 2017-01-31 17:30 +0100 |
| Message-ID | <t5JtF-2Tw-47@gated-at.bofh.it> (permalink) |
| References | <t5Jai-2Mv-23@gated-at.bofh.it> <t5Jaj-2Mv-45@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 31, 2017 at 05:03:13PM +0100, Noralf Trønnes wrote: > tinydrm provides helpers for very simple displays that can use > CMA backed framebuffers and need flushing on changes. > > Signed-off-by: Noralf Trønnes <noralf@tronnes.org> > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> I spotted another tiny one, but yeah looks are supremely reasonable, ack on all the drm parts. And please send a pull request for all of it as soon as you have the dt acks. Cheers, Daniel > diff --git a/drivers/gpu/drm/tinydrm/core/tinydrm-core.c b/drivers/gpu/drm/tinydrm/core/tinydrm-core.c > new file mode 100644 > index 0000000..c0a2eb6 > --- /dev/null > +++ b/drivers/gpu/drm/tinydrm/core/tinydrm-core.c > @@ -0,0 +1,377 @@ > +/* > + * Copyright (C) 2016 Noralf Trønnes > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + */ > + > +#include <drm/drm_atomic.h> > +#include <drm/drm_atomic_helper.h> > +#include <drm/drm_crtc_helper.h> > +#include <drm/tinydrm/tinydrm.h> > +#include <linux/device.h> > +#include <linux/dma-buf.h> > + > +/** > + * DOC: overview This kerneldoc DOC here isn't pulled into the .rst. I'd just merge it with the one below. -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/7] drm: Add support for tiny LCD displays Noralf Trønnes <noralf@tronnes.org> - 2017-01-31 17:10 +0100
[PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Noralf Trønnes <noralf@tronnes.org> - 2017-01-31 17:10 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Daniel Vetter <daniel@ffwll.ch> - 2017-01-31 17:30 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Noralf Trønnes <noralf@tronnes.org> - 2017-01-31 19:10 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Daniel Vetter <daniel@ffwll.ch> - 2017-01-31 21:20 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Thierry Reding <thierry.reding@gmail.com> - 2017-02-06 10:20 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Noralf Trønnes <noralf@tronnes.org> - 2017-02-06 20:30 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Daniel Vetter <daniel@ffwll.ch> - 2017-02-07 08:00 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Thierry Reding <thierry.reding@gmail.com> - 2017-02-07 12:50 +0100
Re: [PATCH v3 1/7] drm: Add DRM support for tiny LCD displays Jani Nikula <jani.nikula@linux.intel.com> - 2017-02-06 11:20 +0100
Re: [PATCH v3 0/7] drm: Add support for tiny LCD displays Thierry Reding <thierry.reding@gmail.com> - 2017-02-07 13:10 +0100
csiph-web