diff options
-rw-r--r-- | include/drm/drm_mipi_dsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_mipi_dsi.h b/include/drm/drm_mipi_dsi.h index 944f33f8ba38..efa1b552adc5 100644 --- a/include/drm/drm_mipi_dsi.h +++ b/include/drm/drm_mipi_dsi.h | |||
@@ -94,6 +94,8 @@ void mipi_dsi_host_unregister(struct mipi_dsi_host *host); | |||
94 | #define MIPI_DSI_MODE_VSYNC_FLUSH BIT(8) | 94 | #define MIPI_DSI_MODE_VSYNC_FLUSH BIT(8) |
95 | /* disable EoT packets in HS mode */ | 95 | /* disable EoT packets in HS mode */ |
96 | #define MIPI_DSI_MODE_EOT_PACKET BIT(9) | 96 | #define MIPI_DSI_MODE_EOT_PACKET BIT(9) |
97 | /* device supports non-continuous clock behavior (DSI spec 5.6.1) */ | ||
98 | #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) | ||
97 | 99 | ||
98 | enum mipi_dsi_pixel_format { | 100 | enum mipi_dsi_pixel_format { |
99 | MIPI_DSI_FMT_RGB888, | 101 | MIPI_DSI_FMT_RGB888, |