Re: [PATCH v12 4/7] drm/meson: gate px_clk when setting rate

2024-04-22 Thread Neil Armstrong
Hi Martin, On 10/04/2024 21:34, Martin Blumenstingl wrote: Hi Neil, On Wed, Apr 3, 2024 at 9:46 AM Neil Armstrong wrote: Disable the px_clk when setting the rate to recover a fully configured and correctly reset VCLK clock tree after the rate is set. Fixes: 77d9e1e6b846 ("drm/meson: add sup

Re: [PATCH v12 4/7] drm/meson: gate px_clk when setting rate

2024-04-12 Thread Neil Armstrong
On 10/04/2024 21:34, Martin Blumenstingl wrote: Hi Neil, On Wed, Apr 3, 2024 at 9:46 AM Neil Armstrong wrote: Disable the px_clk when setting the rate to recover a fully configured and correctly reset VCLK clock tree after the rate is set. Fixes: 77d9e1e6b846 ("drm/meson: add support for MIP

Re: [PATCH v12 4/7] drm/meson: gate px_clk when setting rate

2024-04-10 Thread Martin Blumenstingl
Hi Neil, On Wed, Apr 3, 2024 at 9:46 AM Neil Armstrong wrote: > > Disable the px_clk when setting the rate to recover a fully > configured and correctly reset VCLK clock tree after the rate > is set. > > Fixes: 77d9e1e6b846 ("drm/meson: add support for MIPI-DSI transceiver") > Signed-off-by: Neil

Re: [PATCH v12 4/7] drm/meson: gate px_clk when setting rate

2024-04-10 Thread Nicolas Belin
Le mer. 3 avr. 2024 à 09:46, Neil Armstrong a écrit : > > Disable the px_clk when setting the rate to recover a fully > configured and correctly reset VCLK clock tree after the rate > is set. > > Fixes: 77d9e1e6b846 ("drm/meson: add support for MIPI-DSI transceiver") > Signed-off-by: Neil Armstron

[PATCH v12 4/7] drm/meson: gate px_clk when setting rate

2024-04-03 Thread Neil Armstrong
Disable the px_clk when setting the rate to recover a fully configured and correctly reset VCLK clock tree after the rate is set. Fixes: 77d9e1e6b846 ("drm/meson: add support for MIPI-DSI transceiver") Signed-off-by: Neil Armstrong --- drivers/gpu/drm/meson/meson_dw_mipi_dsi.c | 7 +++ 1 fil