Re: [U-Boot] [PATCH] sunxi: video: HDMI: Fix clock setup

2019-03-29 Thread Anatolij Gustschin
On Sun, 24 Mar 2019 19:26:40 +0100 Jernej Skrabec jernej.skra...@siol.net wrote: ... > drivers/video/sunxi/sunxi_dw_hdmi.c | 62 + > 1 file changed, 37 insertions(+), 25 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij _

Re: [U-Boot] [PATCH] sunxi: video: HDMI: Fix clock setup

2019-03-28 Thread Jernej Škrabec
Dne četrtek, 28. marec 2019 ob 08:52:48 CET je Jagan Teki napisal(a): > On Sun, Mar 24, 2019 at 11:56 PM Jernej Skrabec wrote: > > Currently, HDMI driver doesn't consider minimum and maximum allowed rate > > of pll3 (video PLL). It works most of the time, but not always. > > > > Consider monitor

Re: [U-Boot] [PATCH] sunxi: video: HDMI: Fix clock setup

2019-03-28 Thread Jagan Teki
On Sun, Mar 24, 2019 at 11:56 PM Jernej Skrabec wrote: > > Currently, HDMI driver doesn't consider minimum and maximum allowed rate > of pll3 (video PLL). It works most of the time, but not always. > > Consider monitor with resolution 1920x1200, which has pixel clock rate > of 154 MHz. Current cod

Re: [U-Boot] [PATCH] sunxi: video: HDMI: Fix clock setup

2019-03-25 Thread Maxime Ripard
On Sun, Mar 24, 2019 at 07:26:40PM +0100, Jernej Skrabec wrote: > Currently, HDMI driver doesn't consider minimum and maximum allowed rate > of pll3 (video PLL). It works most of the time, but not always. > > Consider monitor with resolution 1920x1200, which has pixel clock rate > of 154 MHz. Curre