aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-01-05 17:30:20 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-01-05 17:30:20 +0900
commit97cbc8fb1e35e328073e84c4031bd338306397d6 (patch)
tree0747f1d8f7c1e09ebf1072fcaedd18cccb11f304 /include/video
parent17d6ce11195fceda62af00beefde37e37a01337c (diff)
parent14bbb7c61557172e4482d4d97a5f56042a12b969 (diff)
downloadkernel_samsung_smdk4412-97cbc8fb1e35e328073e84c4031bd338306397d6.zip
kernel_samsung_smdk4412-97cbc8fb1e35e328073e84c4031bd338306397d6.tar.gz
kernel_samsung_smdk4412-97cbc8fb1e35e328073e84c4031bd338306397d6.tar.bz2
Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Diffstat (limited to 'include/video')
-rw-r--r--include/video/sh_mipi_dsi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h
index 18bca08..6cb95c9 100644
--- a/include/video/sh_mipi_dsi.h
+++ b/include/video/sh_mipi_dsi.h
@@ -27,9 +27,15 @@ enum sh_mipi_dsi_data_fmt {
struct sh_mobile_lcdc_chan_cfg;
+#define SH_MIPI_DSI_HSABM (1 << 0)
+#define SH_MIPI_DSI_HSPBM (1 << 1)
+
struct sh_mipi_dsi_info {
enum sh_mipi_dsi_data_fmt data_format;
struct sh_mobile_lcdc_chan_cfg *lcd_chan;
+ unsigned long flags;
+ u32 clksrc;
+ unsigned int vsynw_offset;
};
#endif