Re: [PATCH v6 5/9] drm/meson: gate px_clk when setting rate

2023-07-03 Thread Neil Armstrong
On 30/06/2023 20:10, George Stark wrote: Hello Neil On 6/30/23 19:29, 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")

Re: [PATCH v6 5/9] drm/meson: gate px_clk when setting rate

2023-07-01 Thread George Stark
Hello Neil On 6/30/23 19:29, 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 Armstrong ---

[PATCH v6 5/9] drm/meson: gate px_clk when setting rate

2023-06-30 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