Re: [PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control

2020-09-08 Thread Maxime Ripard
Hi, On Fri, Sep 04, 2020 at 10:46:26AM +0100, Dave Stevenson wrote: > On Thu, 3 Sep 2020 at 09:03, Maxime Ripard wrote: > > > > From: Hoegeun Kwon > > > > The BCM2711 has another clock that needs to be ramped up depending on the > > pixel rate: the pixel BVB clock. Add the code to adjust that

Re: [PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control

2020-09-04 Thread Dave Stevenson
Hi Maxime On Thu, 3 Sep 2020 at 09:03, Maxime Ripard wrote: > > From: Hoegeun Kwon > > The BCM2711 has another clock that needs to be ramped up depending on the > pixel rate: the pixel BVB clock. Add the code to adjust that clock when > changing the mode. > > Signed-off-by: Hoegeun Kwon >

[PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control

2020-09-04 Thread Maxime Ripard
From: Hoegeun Kwon The BCM2711 has another clock that needs to be ramped up depending on the pixel rate: the pixel BVB clock. Add the code to adjust that clock when changing the mode. Signed-off-by: Hoegeun Kwon [Maxime: Changed the commit log, used clk_set_min_rate] Signed-off-by: Maxime