Re: [PATCH v3 0/3] drm/bridge: ti-sn65dsi83: Various fixes
Esben Haabendal <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <3Y_9pnIakLQ3Fl6gSoSuzmAaCNAVAGLerd8onBuurYCUufSvuv4UpgxsHF2E8TqXulUAAw35fkz1cIowgEMGspX4sB-YKrZkGRIzOdzfYXY=@geanix.com> |
On Thursday, August 6th, 2026 at 11:02, Luca Ceresoli <[email protected]> wrote: > On Mon Aug 3, 2026 at 4:57 PM CEST, Esben Haabendal wrote: > > This small series adds support for using SN65DSI84 in single-link mode with > > output to LVDS channel B, and provides a fix for a PLL locking issue. > > > > Signed-off-by: Esben Haabendal <[email protected]> > > With the planned changes (Fixes/Cc:stable tags, patches 1-2 swapped) > applied you can send v4 with: > > Reviewed-by: Luca Ceresoli <[email protected]> > Tested-by: Luca Ceresoli <[email protected]> Thanks. I have made one additional change for v4 though. As pointed out by sashiko-bot, I fixed a problem where we would end up with an unbalanced irq enable counter if/when sn65dsi83_reset_pipe() failed. And as I am introducing the possibility of sn65dsi_reset_pipe() actually returning an error, this bug would be a regression introduced by this series without this additional fix. /Esben