drm/rockchip: lvds: probe logging improvements
From: Heiko Stuebner <heiko@...> Date: Fri, 28 Feb 2025 17:50:46 +0100
Getting the panel already uses dev_err_probe to stay silent, when the panel just probes later, and the lvds defers. But the phy needed on px30, also has the capability to probe after the lvds. So make the rest of the lvds probe/bind logic also use more modern logging than DRM_DEV_ERR, that is deprecated anyway. Heiko Stuebner (2): drm/rockchip: lvds: move pclk preparation in with clk_get drm/rockchip: lvds: Hide scary error messages on probe deferral drivers/gpu/drm/rockchip/rockchip_lvds.c | 76 +++++++++--------------- 1 file changed, 28 insertions(+), 48 deletions(-) -- 2.47.2
Patches in this set
- [0001] drm/rockchip: lvds: move pclk preparation in with clk_get (raw)
- [0002] drm/rockchip: lvds: Hide scary error messages on probe (raw)
Statistics
- 2 individual patches
- 28 lines added
- 48 lines removed