[PATCH v4 15/15] drm/bridge: ti-sn65dsi86: Use bridge_state crtc pointer
Doug Anderson
dianders at chromium.org
Fri Feb 28 22:29:49 UTC 2025
Hi,
On Tue, Feb 25, 2025 at 8:44 AM Maxime Ripard <mripard at 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 <mripard at kernel.org>
> ---
> 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 at chromium.org>
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 at chromium.org>
More information about the dri-devel
mailing list