2 * Public SH-mobile MIPI DSI header
4 * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #ifndef VIDEO_SH_MIPI_DSI_H
11 #define VIDEO_SH_MIPI_DSI_H
13 enum sh_mipi_dsi_data_fmt
{
28 struct sh_mobile_lcdc_chan_cfg
;
30 #define SH_MIPI_DSI_HSABM (1 << 0)
31 #define SH_MIPI_DSI_HSPBM (1 << 1)
33 struct sh_mipi_dsi_info
{
34 enum sh_mipi_dsi_data_fmt data_format
;
35 struct sh_mobile_lcdc_chan_cfg
*lcd_chan
;
38 unsigned int vsynw_offset
;