Skip to content

Commit 12853b2

Browse files
committed
drm/mipi-dsi: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag
Drop the unused MIPI_DSI_MODE_VSYNC_FLUSH flag. Whether or not a display FIFO flush on vsync is required to avoid sending garbage to the panel is not a property of the DSI link, but of the integration between display controller and DSI host bridge. 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 5c449dd commit 12853b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/drm/drm_mipi_dsi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node);
130130
#define MIPI_DSI_MODE_VIDEO_NO_HBP BIT(6)
131131
/* disable hsync-active area */
132132
#define MIPI_DSI_MODE_VIDEO_NO_HSA BIT(7)
133-
/* flush display FIFO on vsync pulse */
134-
#define MIPI_DSI_MODE_VSYNC_FLUSH BIT(8)
135133
/* disable EoT packets in HS mode */
136134
#define MIPI_DSI_MODE_NO_EOT_PACKET BIT(9)
137135
/* device supports non-continuous clock behavior (DSI spec 5.6.1) */

0 commit comments

Comments
 (0)