diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-04 10:06:53 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-08-04 10:06:53 +0200 |
commit | 52303019e676e889938462aafb55d00bec5d7196 (patch) | |
tree | 8e861e0fba0828f19772ebf531506f8fadc23c82 /include | |
parent | drm/tegra: Implement race-free hotplug detection (diff) | |
parent | drm/dsi: Flag for non-continuous clock behavior (diff) | |
download | linux-52303019e676e889938462aafb55d00bec5d7196.tar.xz linux-52303019e676e889938462aafb55d00bec5d7196.zip |
Merge branch 'drm/dsi/for-next' into drm/tegra/for-next
* drm/dsi/for-next:
drm/dsi: Flag for non-continuous clock behavior
Diffstat (limited to 'include')
-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); #define MIPI_DSI_MODE_VSYNC_FLUSH BIT(8) /* disable EoT packets in HS mode */ #define MIPI_DSI_MODE_EOT_PACKET BIT(9) +/* device supports non-continuous clock behavior (DSI spec 5.6.1) */ +#define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) enum mipi_dsi_pixel_format { MIPI_DSI_FMT_RGB888, |