Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595893
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/11] drm/sun4i: Support two display pipelines |
| Date | 2017-03-09 11:40 +0100 |
| Message-ID | <tj3Ee-3Ue-15@gated-at.bofh.it> (permalink) |
| References | <tj3bb-3I3-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Mar 09, 2017 at 06:05:23PM +0800, Chen-Yu Tsai wrote: > Hi Maxime, > > This is part 3 of my sun4i drm clean up series. In this part support > for 2 display pipelines is added, after some more code cleanups and > restructuring. > > While this series enables the second display pipeline, there's no > usable output at the moment. For the A31, the second TCON's panel > interface uses the same pins as the Ethernet controller. However > Ethernet is used on most boards. We will have to wait for HDMI > support to actually use it. > > Patch 1 fixes the TCON's clock and regmap initialization sequence, > splitting out the dot clock init part till after the regmap. > > Patch 2 fixes a comment spotted while reviewing Maxime's HDMI patches. > > Patch 3 makes the crtc init code use the tcon pointer embedded in the > crtc structure, instead of the sun4i_drv structure, to get the tcon's > output port node. This should have been a part of the last batch of > patches. > > Patch 4 makes the tv encoder code get the tcon and backend pointers > from its attached crtc. > > Patch 5 makes the crtc init function take tcon and backend pointers. > > Patch 6 makes the layer init functions take a backend pointer. Applied the patches up to this one, see my comments for the rest of the patches. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 00/11] drm/sun4i: Support two display pipelines Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 02/11] drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 04/11] drm/sun4i: tv: Get tcon and backend pointers from associated crtc Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 11/11] ARM: dts: sun6i: Enable tcon0 by default Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 05/11] drm/sun4i: Pass pointers for associated backend and tcon into crtc init Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 10/11] ARM: dts: sun6i: Add second display pipeline device nodes Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 [PATCH 06/11] drm/sun4i: Pass pointer for underlying backend into layer init Chen-Yu Tsai <wens@csie.org> - 2017-03-09 11:10 +0100 Re: [PATCH 00/11] drm/sun4i: Support two display pipelines Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-03-09 11:40 +0100
csiph-web