]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/bridge: lontium-lt8912b: Do not generate HFP
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 28 Jul 2025 15:00:50 +0000 (17:00 +0200)
committerLuca Ceresoli <luca.ceresoli@bootlin.com>
Mon, 4 May 2026 10:36:32 +0000 (12:36 +0200)
The datasheet of lontium-lt8912b doesn't require blanking during
the HFP period. Thus use LP during HFP.

Tested with a samsung-dsim (i.MX8 MM) and a tc358768 DPI to DSI bridge
as the DSI host.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link: https://patch.msgid.link/20250728150059.2642055-1-max.oss.09@gmail.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
drivers/gpu/drm/bridge/lontium-lt8912b.c

index 8a0b48efca5809e161b09bda81f27cf0f54c792b..729b12b67470647e6a772418ea089ff446a6e2a6 100644 (file)
@@ -493,6 +493,7 @@ static int lt8912_attach_dsi(struct lt8912 *lt)
 
        dsi->mode_flags = MIPI_DSI_MODE_VIDEO |
                          MIPI_DSI_MODE_LPM |
+                         MIPI_DSI_MODE_VIDEO_NO_HFP |
                          MIPI_DSI_MODE_NO_EOT_PACKET;
 
        ret = devm_mipi_dsi_attach(dev, dsi);