Hi, On Thu, Feb 13, 2025 at 6:45 AM Maxime Ripard <mrip...@kernel.org> wrote: > > The TI sn65dsi86 driver follows the drm_encoder->crtc pointer that is > deprecated and shouldn't be used by atomic drivers. > > This was due to the fact that we did't have any other alternative to > retrieve the CRTC pointer. Fortunately, the crtc pointer is now provided > in the bridge state, so we can move to atomic callbacks and drop that > deprecated pointer usage. > > Signed-off-by: Maxime Ripard <mrip...@kernel.org> > --- > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 58 > +++++++++++++++++++++++------------ > 1 file changed, 39 insertions(+), 19 deletions(-)
While I'm not an expert on all the concepts addressed in this series, the patch does look reasonable to me from the point of view of ti-sn65dsi86. Thus: Reviewed-by: Douglas Anderson <diand...@chromium.org> I can confirm that on sc7180-trogdor-coachz that the display still comes up after this patch: Tested-by: Douglas Anderson <diand...@chromium.org>