]> git.itanic.dy.fi Git - linux-stable/commit
drm/bridge: lt8912b: Fix DSI Video Mode
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 30 Mar 2023 09:31:31 +0000 (11:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 12:01:57 +0000 (14:01 +0200)
commit5e6ceb1a6a9491785a198ed4b24ac4bb03fd18e2
tree7785b251a42f838f6a53ead6d7b12b58cf6227e7
parentb8de0c4def919ee6138e2f1cd244f4329d763f76
drm/bridge: lt8912b: Fix DSI Video Mode

commit f435b7ef3b360d689df2ffa8326352cd07940d92 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/bridge/lontium-lt8912b.c