From: David Heidelberg Date: Wed, 19 Nov 2025 14:21:37 +0000 (+0100) Subject: drm/panel: sofef00: Non-continuous mode and video burst are supported X-Git-Tag: ceph-for-6.19-rc5~251^2~1^2~83 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bff3a2bf7c50bf45766edcd5440329d6b5cdf96;p=ceph-client.git drm/panel: sofef00: Non-continuous mode and video burst are supported The panel supports both modes. Signed-off-by: David Heidelberg Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong Link: https://patch.msgid.link/20251119-sofef00-rebuild-v3-12-6cd55471e84e@ixit.cz --- diff --git a/drivers/gpu/drm/panel/panel-samsung-sofef00.c b/drivers/gpu/drm/panel/panel-samsung-sofef00.c index db9c181695f1..e00a497a7c96 100644 --- a/drivers/gpu/drm/panel/panel-samsung-sofef00.c +++ b/drivers/gpu/drm/panel/panel-samsung-sofef00.c @@ -236,7 +236,8 @@ static int sofef00_panel_probe(struct mipi_dsi_device *dsi) dsi->lanes = 4; dsi->format = MIPI_DSI_FMT_RGB888; - dsi->mode_flags = MIPI_DSI_MODE_LPM; + dsi->mode_flags = MIPI_DSI_MODE_VIDEO_BURST | + MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM; ctx->panel.prepare_prev_first = true;