Revert "ANDROID: drm: dsi: add two DSI mode flags for BLLP"

Necessary changes to add DSI mode flags for BLLP have been
made to vendor specific drivers.

This reverts commit eb25b8adf8.

Bug: 163689280
Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
Change-Id: I7ce3188121248b1826509199b58f39b6ca99d248
This commit is contained in:
Narendra Muppalla
2021-01-20 11:20:06 -08:00
parent 3cf1f666a9
commit e976e0ae24
-4
View File
@@ -140,10 +140,6 @@ 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,