Re: [linux-sunxi] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-03-21 Thread Code Kipper
I can also confirm this on an A20 with HDMI. Much appreciated, CK On 21 March 2017 at 01:02, Icenowy Zheng wrote: > > > 21.03.2017, 06:01, "Jernej Skrabec" : >> This series implements support for HDMI output. This is done using >> DM video framework and

Re: [linux-sunxi] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-03-20 Thread Icenowy Zheng
21.03.2017, 06:01, "Jernej Skrabec" : > This series implements support for HDMI output. This is done using > DM video framework and sharing the HDMI controller code with RK3288. > > Patch 1 splits out RK3288 HDMI code in a way that it is appropriate > for sharing with

[linux-sunxi] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-03-20 Thread Jernej Skrabec
This series implements support for HDMI output. This is done using DM video framework and sharing the HDMI controller code with RK3288. Patch 1 splits out RK3288 HDMI code in a way that it is appropriate for sharing with Allwinner SoCs. Patch 2 splits out TCON code which is completely reusable