Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592642
| From | Sebastian Reichel <sre@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 00/10] Nokia N950 basic display support |
| Date | 2017-03-05 01:00 +0100 |
| Message-ID | <thrKF-8kZ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Some of you may remember, that I sent a series for the N950 display some time ago. N950 has command mode DSI panel, so the main part of the patchset takes care of adding manual display update support in omapdrm. The N950 also requires display rotation (the panel is mounted vertically and bottom-up) and offset. The required bits will be sent separately. The patchset is based on 2d62e0768d3c, which is the current commit torvald's master branch points to. I tested the patches on N950 with kernel console (fbcon), Tomi's kmstest and Xorg from Debian sid. Rough changelog, most of that work was done by Tony (thanks!) * lots of patches dropped for now * rebased to current omapdrm interface * added OMAP4 support * misc. cleanup -- Sebastian Sebastian Reichel (7): drm: omapdrm: panel-dsi-cm: add regulator support Revert "drm: omapdrm: Remove manual update display support" drm: omapdrm: crtc: save framedone callback from dss drm: omapdrm: crtc: detect manually updated displays drm: omapdrm: crtc: add support for manual updated displays drm: omapdrm: plane: update fifo size on atomic update ARM: dts: n950: add display support Tony Lindgren (3): drm: omapdrm: panel-dsi-cm: Fix probe for device tree drm: omapdrm: crtc: handle framedone directly drm: omapdrm: crtc: get manual mode displays working arch/arm/boot/dts/omap3-n950.dts | 89 +++++++++++++ drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 120 ++++++++++++++--- drivers/gpu/drm/omapdrm/dss/dispc.c | 2 + drivers/gpu/drm/omapdrm/dss/omapdss.h | 5 + drivers/gpu/drm/omapdrm/dss/output.c | 6 + drivers/gpu/drm/omapdrm/omap_connector.c | 7 + drivers/gpu/drm/omapdrm/omap_crtc.c | 165 ++++++++++++++++++++++-- drivers/gpu/drm/omapdrm/omap_drv.h | 8 ++ drivers/gpu/drm/omapdrm/omap_fb.c | 28 ++++ drivers/gpu/drm/omapdrm/omap_fbdev.c | 57 +++++++- drivers/gpu/drm/omapdrm/omap_irq.c | 7 +- drivers/gpu/drm/omapdrm/omap_plane.c | 23 ++++ 12 files changed, 487 insertions(+), 30 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 00/10] Nokia N950 basic display support Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:00 +0100
[PATCHv2 03/10] Revert "drm: omapdrm: Remove manual update display support" Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
[PATCHv2 07/10] drm: omapdrm: plane: update fifo size on atomic update Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
[PATCHv2 01/10] drm: omapdrm: panel-dsi-cm: Fix probe for device tree Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
[PATCHv2 08/10] drm: omapdrm: crtc: handle framedone directly Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
[PATCHv2 05/10] drm: omapdrm: crtc: detect manually updated displays Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
Re: [PATCHv2 05/10] drm: omapdrm: crtc: detect manually updated displays Tony Lindgren <tony@atomide.com> - 2017-03-05 06:50 +0100
[PATCHv2 10/10] ARM: dts: n950: add display support Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
[PATCHv2 09/10] drm: omapdrm: crtc: get manual mode displays working Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
Re: [PATCHv2 09/10] drm: omapdrm: crtc: get manual mode displays working Tony Lindgren <tony@atomide.com> - 2017-03-05 06:50 +0100
[PATCHv2 04/10] drm: omapdrm: crtc: save framedone callback from dss Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
Re: [PATCHv2 04/10] drm: omapdrm: crtc: save framedone callback from dss Tony Lindgren <tony@atomide.com> - 2017-03-05 06:50 +0100
[PATCHv2 02/10] drm: omapdrm: panel-dsi-cm: add regulator support Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
Re: [PATCHv2 02/10] drm: omapdrm: panel-dsi-cm: add regulator support Tony Lindgren <tony@atomide.com> - 2017-03-05 06:50 +0100
[PATCHv2 06/10] drm: omapdrm: crtc: add support for manual updated displays Sebastian Reichel <sre@kernel.org> - 2017-03-05 01:50 +0100
csiph-web