Re: [PATCH v2 4/5] sunxi: video: v3s: Enable LCD support

2020-10-26 Thread Maxime Ripard
On Sun, Oct 25, 2020 at 10:46:04AM +0100, Martin Cerveny wrote: > > On Mon, 19 Oct 2020, Maxime Ripard wrote: > > On Fri, Oct 16, 2020 at 07:17:04PM +0200, Martin Cerveny wrote: > > > Enable support for V3s LCD display with following changes: > > > > > > V3s has 2x VI and 1x UI channels (use UI c

Re: [PATCH v2 4/5] sunxi: video: v3s: Enable LCD support

2020-10-25 Thread Martin Cerveny
On Mon, 19 Oct 2020, Maxime Ripard wrote: On Fri, Oct 16, 2020 at 07:17:04PM +0200, Martin Cerveny wrote: Enable support for V3s LCD display with following changes: V3s has 2x VI and 1x UI channels (use UI channel). V3s uses PLL3 (PLL_VIDEO) for both DE2 and TCON0 pixelclock. V3s does not sup

Re: [PATCH v2 4/5] sunxi: video: v3s: Enable LCD support

2020-10-19 Thread Maxime Ripard
On Fri, Oct 16, 2020 at 07:17:04PM +0200, Martin Cerveny wrote: > Enable support for V3s LCD display with following changes: > > V3s has 2x VI and 1x UI channels (use UI channel). > V3s uses PLL3 (PLL_VIDEO) for both DE2 and TCON0 pixelclock. > V3s does not support doubleclock for PLL3. > V3s supp

[PATCH v2 4/5] sunxi: video: v3s: Enable LCD support

2020-10-16 Thread Martin Cerveny
Enable support for V3s LCD display with following changes: V3s has 2x VI and 1x UI channels (use UI channel). V3s uses PLL3 (PLL_VIDEO) for both DE2 and TCON0 pixelclock. V3s does not support doubleclock for PLL3. V3s supports resolution upto 1024x1024. V3s does not support HDMI. Signed-off-by: M