Re: [PATCH v4 15/15] drm/bridge: ti-sn65dsi86: Use bridge_state crtc pointer
From: Doug Anderson
Date: Fri Feb 28 2025 - 17:35:44 EST
Hi,
On Tue, Feb 25, 2025 at 8:44 AM Maxime Ripard <mripard@xxxxxxxxxx> 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 <mripard@xxxxxxxxxx>
> ---
> drivers/gpu/drm/bridge/ti-sn65dsi86.c | 58 +++++++++++++++++++++++------------
> 1 file changed, 39 insertions(+), 19 deletions(-)
Booted this up on my coachz with ti-sn65dsi86 and the display came up:
Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
I haven't followed all of the refactorings, but assuming all the
previous patches are good w/ folks then this one seems fine to me:
Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>