Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1359012
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/9] drm: atmel-hlcdc: various fixes/improvements |
| Date | 2016-03-16 15:00 +0100 |
| Message-ID | <rdk9s-1ft-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This series is a collection of fixes and improvements for the
atmel-hlcdc driver.
The main feature added here is the support for external RGB -> XXX
bridges (patch 6 and 7).
The first patch is a fix preventing a potential memory leak.
Patch 2 is adding support for asynchronous mode setting, which was
supported before the migration to atomic mode setting.
Patch 3 is just a minor fix to expose the real encoder and connector
types (we are currently exposing an LVDS encoder/connector, which is
wrong since the display controller output the pixel stream in raw
RGB).
Patch 4 is removing useless fields and functions which were left
when moving to atomic modesetting.
Patch 8 is just a cosmetic patch moving the mode checking code
from ->atomic_check() to ->mode_fixup().
Patch 9 is increasing HLCDC bandwidth by making use of the two AHB
interfaces.
Best Regards,
Boris
Changes since v1:
- Add Nicolas Reviewed/Teste/Acked-by tags
- Add a patch to increase HLCDC bandwidth by using both AHB interfaces
Boris Brezillon (9):
drm: atmel-hlcdc: add a ->cleanup_fb() operation
drm: atmel-hlcdc: support asynchronous atomic commit operations
drm: atmel-hlcdc: fix connector and encoder types
drm: atmel-hlcdc: remove leftovers from atomic mode setting migration
drm: atmel-hlcdc: support extended timing ranges on sama5d4 and
sama5d2
drm: atmel-hlcdc: move output mode selection in CRTC implementation
drm: atmel-hlcdc: rework the output code to support drm bridges
drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()
drm: atmel-hlcdc: route DMA accesses through AHB interfaces
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 154 +++++++++++++-
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 123 ++++++++++-
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 17 ++
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 249 ++++++++++-------------
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 65 +++++-
5 files changed, 447 insertions(+), 161 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/9] drm: atmel-hlcdc: various fixes/improvements Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:00 +0100
[PATCH v2 9/9] drm: atmel-hlcdc: route DMA accesses through AHB interfaces Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:00 +0100
[PATCH v2 1/9] drm: atmel-hlcdc: add a ->cleanup_fb() operation Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:00 +0100
Re: [PATCH v2 1/9] drm: atmel-hlcdc: add a ->cleanup_fb() operation Daniel Vetter <daniel@ffwll.ch> - 2016-03-16 16:20 +0100
Re: [PATCH v2 1/9] drm: atmel-hlcdc: add a ->cleanup_fb() operation Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-17 10:00 +0100
[PATCH v2 5/9] drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2 Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:10 +0100
[PATCH v2 3/9] drm: atmel-hlcdc: fix connector and encoder types Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:10 +0100
[PATCH v2 8/9] drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup() Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:10 +0100
[PATCH v2 2/9] drm: atmel-hlcdc: support asynchronous atomic commit operations Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:10 +0100
[PATCH v2 4/9] drm: atmel-hlcdc: remove leftovers from atomic mode setting migration Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-03-16 15:10 +0100
csiph-web