Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/bridge: lt8912b: Fix DSI Video Mode

LT8912 DSI port supports only Non-Burst mode video operation with Sync
Events and continuous clock on clock lane, correct dsi mode flags
according to that removing MIPI_DSI_MODE_VIDEO_BURST flag.

Cc: <stable@vger.kernel.org>
Fixes: 30e2ae943c26 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230330093131.424828-1-francesco@dolcini.it

authored by

Francesco Dolcini and committed by
Robert Foss
f435b7ef 4a66f3da

-1
-1
drivers/gpu/drm/bridge/lontium-lt8912b.c
··· 504 504 dsi->format = MIPI_DSI_FMT_RGB888; 505 505 506 506 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | 507 - MIPI_DSI_MODE_VIDEO_BURST | 508 507 MIPI_DSI_MODE_LPM | 509 508 MIPI_DSI_MODE_NO_EOT_PACKET; 510 509