Skip to content

Commit f488640

Browse files
committed
drm/panel: samsung-s6d7aa0: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag
Drop the MIPI_DSI_MODE_VSYNC_FLUSH flag from DSI mode_flags. It has no effect anymore. Acked-by: Marek Szyprowski <[email protected]> Acked-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]>
1 parent a36c533 commit f488640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ static const struct s6d7aa0_panel_desc s6d7aa0_lsl080al02_desc = {
244244
.init_func = s6d7aa0_lsl080al02_init,
245245
.off_func = s6d7aa0_lsl080al02_off,
246246
.drm_mode = &s6d7aa0_lsl080al02_mode,
247-
.mode_flags = MIPI_DSI_MODE_VSYNC_FLUSH | MIPI_DSI_MODE_VIDEO_NO_HFP,
247+
.mode_flags = MIPI_DSI_MODE_VIDEO_NO_HFP,
248248
.bus_flags = 0,
249249

250250
.has_backlight = false,

0 commit comments

Comments
 (0)