Re: [PATCH] drm: ci: use clk_ignore_unused for apq8016

2024-02-14 Thread Javier Martinez Canillas
Dmitry Baryshkov writes: Hello Dmitry, > If the ADV7511 bridge driver is compiled as a module, while DRM_MSM is > built-in, the clk_disable_unused congests with the runtime PM handling > of the DSI PHY for the clk_prepare_lock(). This causes apq8016 runner to > fail without completing any jobs

[PATCH] drm: ci: use clk_ignore_unused for apq8016

2024-02-13 Thread Dmitry Baryshkov
If the ADV7511 bridge driver is compiled as a module, while DRM_MSM is built-in, the clk_disable_unused congests with the runtime PM handling of the DSI PHY for the clk_prepare_lock(). This causes apq8016 runner to fail without completing any jobs ([1]). Drop the BM_CMDLINE which duplicate the