Re: [PATCH v1] drm/bridge: tc358768: Fix DSI command tx

2024-11-14 Thread Neil Armstrong
Hi, On Thu, 26 Sep 2024 16:12:46 +0200, Francesco Dolcini wrote: > Wait for the command transmission to be completed in the DSI transfer > function polling for the dc_start bit to go back to idle state after the > transmission is started. > > This is documented in the datasheet and failures to do

Re: [PATCH v1] drm/bridge: tc358768: Fix DSI command tx

2024-11-14 Thread Francesco Dolcini
Hello Neil, On Wed, Oct 23, 2024 at 10:03:20AM +0200, Neil Armstrong wrote: > On 26/09/2024 16:12, Francesco Dolcini wrote: > > From: Francesco Dolcini > > > > Wait for the command transmission to be completed in the DSI transfer > > function polling for the dc_start bit to go back to idle state

Re: [PATCH v1] drm/bridge: tc358768: Fix DSI command tx

2024-10-23 Thread Neil Armstrong
On 26/09/2024 16:12, Francesco Dolcini wrote: From: Francesco Dolcini Wait for the command transmission to be completed in the DSI transfer function polling for the dc_start bit to go back to idle state after the transmission is started. This is documented in the datasheet and failures to do s

Re: [PATCH v1] drm/bridge: tc358768: Fix DSI command tx

2024-10-22 Thread Francesco Dolcini
Hello, On Thu, Sep 26, 2024 at 04:12:46PM +0200, Francesco Dolcini wrote: > From: Francesco Dolcini > > Wait for the command transmission to be completed in the DSI transfer > function polling for the dc_start bit to go back to idle state after the > transmission is started. > > This is documen

[PATCH v1] drm/bridge: tc358768: Fix DSI command tx

2024-09-26 Thread Francesco Dolcini
From: Francesco Dolcini Wait for the command transmission to be completed in the DSI transfer function polling for the dc_start bit to go back to idle state after the transmission is started. This is documented in the datasheet and failures to do so lead to commands corruption. Fixes: ff1ca6397