Re: drm/bridge: nwl-dsi: Use vsync/hsync polarity from display mode

2025-01-21 Thread Esben Haabendal
Alexander Stein writes: > Hi, > > I'm sorry I'm late to the party. > > Am Mittwoch, 14. August 2024, 12:37:26 CET schrieb Esben Haabendal: >> Using the correct bit helps. The documentation specifies bit 0 in both >> registers to be controlling polarity of dpi_vsync_input and >> dpi_hsync_input po

Re: drm/bridge: nwl-dsi: Use vsync/hsync polarity from display mode

2025-01-20 Thread Alexander Stein
Hi, I'm sorry I'm late to the party. Am Mittwoch, 14. August 2024, 12:37:26 CET schrieb Esben Haabendal: > Using the correct bit helps. The documentation specifies bit 0 in both > registers to be controlling polarity of dpi_vsync_input and > dpi_hsync_input polarity. Bit 1 is reserved, and should

Re: [PATCH] drm/bridge: nwl-dsi: Use vsync/hsync polarity from display mode

2024-09-13 Thread Neil Armstrong
On 14/08/2024 12:37, Esben Haabendal wrote: Using the correct bit helps. The documentation specifies bit 0 in both registers to be controlling polarity of dpi_vsync_input and dpi_hsync_input polarity. Bit 1 is reserved, and should therefore not be set. Tested with panel that requires active high

[PATCH] drm/bridge: nwl-dsi: Use vsync/hsync polarity from display mode

2024-08-14 Thread Esben Haabendal
Using the correct bit helps. The documentation specifies bit 0 in both registers to be controlling polarity of dpi_vsync_input and dpi_hsync_input polarity. Bit 1 is reserved, and should therefore not be set. Tested with panel that requires active high vsync and hsync. Signed-off-by: Esben Haaben