Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 285dbc85 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/dsi: add two DSI mode flags for BLLP" into msm-4.14

parents da4783f5 0be3d9bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -140,6 +140,10 @@ struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node);
#define MIPI_DSI_CLOCK_NON_CONTINUOUS	BIT(10)
/* transmit data in low power */
#define MIPI_DSI_MODE_LPM		BIT(11)
/* disable BLLP area */
#define MIPI_DSI_MODE_VIDEO_BLLP	BIT(12)
/* disable EOF BLLP area */
#define MIPI_DSI_MODE_VIDEO_EOF_BLLP	BIT(13)

enum mipi_dsi_pixel_format {
	MIPI_DSI_FMT_RGB888,