diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-08 23:34:55 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-21 18:43:21 -0500 |
commit | f832906a56bcf9c597589e9a7898c1dd2f0513b9 (patch) | |
tree | 699c01b6a8a2866e8d2366b0f755230544568b57 /include/video | |
parent | 26c3d7ac219e74ab3939048a32d6bd3b4a16798a (diff) |
fbdev: sh_mipi_dsi: add sync_pulses/sync_events/burst mode
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/sh_mipi_dsi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h index 3d0ec500d896..c8225b4fe8e6 100644 --- a/include/video/sh_mipi_dsi.h +++ b/include/video/sh_mipi_dsi.h | |||
@@ -31,6 +31,15 @@ struct sh_mobile_lcdc_chan_cfg; | |||
31 | #define SH_MIPI_DSI_HBPBM (1 << 1) | 31 | #define SH_MIPI_DSI_HBPBM (1 << 1) |
32 | #define SH_MIPI_DSI_HFPBM (1 << 2) | 32 | #define SH_MIPI_DSI_HFPBM (1 << 2) |
33 | #define SH_MIPI_DSI_BL2E (1 << 3) | 33 | #define SH_MIPI_DSI_BL2E (1 << 3) |
34 | #define SH_MIPI_DSI_VSEE (1 << 4) | ||
35 | #define SH_MIPI_DSI_HSEE (1 << 5) | ||
36 | #define SH_MIPI_DSI_HSAE (1 << 6) | ||
37 | |||
38 | #define SH_MIPI_DSI_SYNC_PULSES_MODE (SH_MIPI_DSI_VSEE | \ | ||
39 | SH_MIPI_DSI_HSEE | \ | ||
40 | SH_MIPI_DSI_HSAE) | ||
41 | #define SH_MIPI_DSI_SYNC_EVENTS_MODE (0) | ||
42 | #define SH_MIPI_DSI_SYNC_BURST_MODE (SH_MIPI_DSI_BL2E) | ||
34 | 43 | ||
35 | struct sh_mipi_dsi_info { | 44 | struct sh_mipi_dsi_info { |
36 | enum sh_mipi_dsi_data_fmt data_format; | 45 | enum sh_mipi_dsi_data_fmt data_format; |