Re: [PATCH v2 4/8] drm/rockchip/dsi: correct phy parameter setting

2017-10-12 Thread Sean Paul
On Tue, Sep 26, 2017 at 03:55:19PM +0800, Nickey Yang wrote: > As MIPI PHY document show, icpctrl<3..0> and lpfctrl<5..0> > should depend on frequency,so fix it. > > Signed-off-by: Nickey Yang With the improvements to max_mbps that Matthias suggested, Reviewed-by: Sean Paul > --- > drivers/g

Re: [PATCH v2 4/8] drm/rockchip/dsi: correct phy parameter setting

2017-09-27 Thread Matthias Kaehlcke
Hi Nickey, El Tue, Sep 26, 2017 at 03:55:19PM +0800 Nickey Yang ha dit: > As MIPI PHY document show, icpctrl<3..0> and lpfctrl<5..0> > should depend on frequency,so fix it. > > Signed-off-by: Nickey Yang > --- > drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 98 > --

[PATCH v2 4/8] drm/rockchip/dsi: correct phy parameter setting

2017-09-26 Thread Nickey Yang
As MIPI PHY document show, icpctrl<3..0> and lpfctrl<5..0> should depend on frequency,so fix it. Signed-off-by: Nickey Yang --- drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 98 -- 1 file changed, 70 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/rockchip