All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] OMAP: DSS2: DSI: Initial DSI video mode support
@ 2011-08-30 10:51 Archit Taneja
  2011-08-30 10:51 ` [PATCH 01/10] OMAP: DSS2: Use MIPI DSI transacition types and commands from include/video/mipi_display.h Archit Taneja
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Archit Taneja @ 2011-08-30 10:51 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-omap, Archit Taneja

This provided initial support for DSI Video Mode. The first 6 patches are
not directly related to video mode, but they add required features and cleanup
for supporting video mode cleanly.

Support for a panel driver supporting video mode is not added yet since no
OMAP platfrom support in mainline has a video mode panel.

The Blaze tablet with the toshiba bridge chip "TC358765" is used as an example
to validate video mode support. The patches to enable blaze tablet and the
bridge chip are provided in the following tree along with the DSI video mode
patches:

https://gitorious.org/~boddob/linux-omap-dss2/archit-dss2-clone/commits/video-mode-4

Archit Taneja (10):
  OMAP: DSS2: Use MIPI DSI transacition types and commands from
    include/video/mipi_display.h
  OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of
    modes
  OMAP: DSS2: Create enum for DSI operation modes
  OMAP: DSS2: DSI: Introduce generic write functions
  OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and
    dsi_vc_dcs_read_2()
  OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions
  OMAP: DSS2: DSI: Introduce generic read functions
  OMAP: DSS2: Clean up stallmode and io pad mode selection
  OMAP: DSS2: Create an enum for DSI pixel formats
  OMAP: DSS2: DSI Video mode support

 drivers/video/omap2/displays/panel-taal.c |   47 +--
 drivers/video/omap2/dss/dispc.c           |   47 +--
 drivers/video/omap2/dss/dpi.c             |    5 +-
 drivers/video/omap2/dss/dsi.c             |  675 ++++++++++++++++++++++-------
 drivers/video/omap2/dss/dss.h             |   17 +-
 drivers/video/omap2/dss/rfbi.c            |    4 +-
 drivers/video/omap2/dss/sdi.c             |    4 +-
 include/video/omapdss.h                   |   69 +++-
 8 files changed, 636 insertions(+), 232 deletions(-)


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-09-05  7:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30 10:51 [PATCH 00/10] OMAP: DSS2: DSI: Initial DSI video mode support Archit Taneja
2011-08-30 10:51 ` [PATCH 01/10] OMAP: DSS2: Use MIPI DSI transacition types and commands from include/video/mipi_display.h Archit Taneja
2011-08-30 10:51 ` [PATCH 02/10] OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes Archit Taneja
2011-08-30 10:51 ` [PATCH 03/10] OMAP: DSS2: Create enum for DSI operation modes Archit Taneja
2011-08-30 10:51 ` [PATCH 04/10] OMAP: DSS2: DSI: Introduce generic write functions Archit Taneja
2011-08-30 10:51 ` [PATCH 05/10] OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2() Archit Taneja
2011-08-30 10:51 ` [PATCH 06/10] OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions Archit Taneja
2011-08-30 10:51 ` [PATCH 07/10] OMAP: DSS2: DSI: Introduce generic read functions Archit Taneja
2011-08-30 10:51 ` [PATCH 08/10] OMAP: DSS2: Clean up stallmode and io pad mode selection Archit Taneja
2011-08-30 10:51 ` [PATCH 09/10] OMAP: DSS2: Create an enum for DSI pixel formats Archit Taneja
2011-08-30 10:51 ` [PATCH 10/10] OMAP: DSS2: DSI Video mode support Archit Taneja
2011-09-01 13:14   ` Tomi Valkeinen
2011-09-02  5:15     ` Archit Taneja
2011-09-02  5:32       ` Tomi Valkeinen
2011-09-02  6:13         ` Archit Taneja
2011-09-02  7:55           ` Tomi Valkeinen
2011-09-05  5:52             ` Archit Taneja
2011-09-05  6:52               ` Tomi Valkeinen
2011-09-05  7:11                 ` Archit Taneja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.