Re: [PATCH RESEND] drm/meson: vclk: use the correct G12A frac max value

2019-09-30 Thread Neil Armstrong
On 26/09/2019 23:08, Kevin Hilman wrote: > Neil Armstrong writes: > >> When calculating the HDMI PLL settings for a DMT mode PHY frequency, >> use the correct max fractional PLL value for G12A VPU. >> >> With this fix, we can finally setup the 1024x768-60 mode. >> >> Fixes: 202b9808f8ed ("drm/mes

Re: [PATCH RESEND] drm/meson: vclk: use the correct G12A frac max value

2019-09-26 Thread Kevin Hilman
Neil Armstrong writes: > When calculating the HDMI PLL settings for a DMT mode PHY frequency, > use the correct max fractional PLL value for G12A VPU. > > With this fix, we can finally setup the 1024x768-60 mode. > > Fixes: 202b9808f8ed ("drm/meson: Add G12A Video Clock setup") > Signed-off-by: N

Re: [PATCH RESEND] drm/meson: vclk: use the correct G12A frac max value

2019-09-25 Thread Neil Armstrong
Ping, could someone review this patch ? Neil On 28/08/2019 15:23, Neil Armstrong wrote: > When calculating the HDMI PLL settings for a DMT mode PHY frequency, > use the correct max fractional PLL value for G12A VPU. > > With this fix, we can finally setup the 1024x768-60 mode. > > Fixes: 202b98

[PATCH RESEND] drm/meson: vclk: use the correct G12A frac max value

2019-08-28 Thread Neil Armstrong
When calculating the HDMI PLL settings for a DMT mode PHY frequency, use the correct max fractional PLL value for G12A VPU. With this fix, we can finally setup the 1024x768-60 mode. Fixes: 202b9808f8ed ("drm/meson: Add G12A Video Clock setup") Signed-off-by: Neil Armstrong --- Fixed typo in comm