From e976e0ae248f075a5e724015caf7d2a909da5f6f Mon Sep 17 00:00:00 2001 From: Narendra Muppalla Date: Wed, 20 Jan 2021 11:20:06 -0800 Subject: [PATCH] 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 eb25b8adf8371c4b29ec8a35629614601b61e0a8. Bug: 163689280 Signed-off-by: Narendra Muppalla Change-Id: I7ce3188121248b1826509199b58f39b6ca99d248 --- include/drm/drm_mipi_dsi.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/drm/drm_mipi_dsi.h b/include/drm/drm_mipi_dsi.h index 952f475a68d6..5ffaedcec142 100644 --- a/include/drm/drm_mipi_dsi.h +++ b/include/drm/drm_mipi_dsi.h @@ -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,