]> Pileus Git - ~andy/linux/commit
OMAP: DSS2: DSI Video mode support
authorArchit Taneja <archit@ti.com>
Mon, 5 Sep 2011 11:18:27 +0000 (16:48 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:30 +0000 (16:16 +0300)
commit8af6ff0107f0720b8fbf4feca7031d3e36c2fa11
tree7051173d9638281697aaa695fb9e51e0b898f7c5
parent18b7d09908fdef8755d934a0c37d709e94e8461a
OMAP: DSS2: DSI Video mode support

Add initial support for DSI video mode panels:
- Add a new structure omap_dss_dsi_videomode_data in the member "panel" in
  omap_dss_device struct. This allows panel driver to configure dsi video_mode
  specific parameters.
- Configure basic DSI video mode timing parameters: HBP, HFP, HSA, VBP, VFP, VSA,
  TL and VACT.
- Configure DSI protocol engine registers for video_mode support.
- Introduce functions dsi_video_mode_enable() and dsi_video_mode_disable() which
  enable/disable video mode for a given virtual channel and a given pixel format
  type.

Things left for later
- Add functions to check for errors in video mode timings provided by panel.
- Configure timing registers required  for command mode interleaving.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c
include/video/omapdss.h