linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] OMAP: DSS2: Add suppport for new color format
@ 2011-05-19  5:31 Amber Jain
  2011-05-19  5:31 ` [PATCH 1/5] OMAP: DSS2: Add new color formats Amber Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Amber Jain @ 2011-05-19  5:31 UTC (permalink / raw)
  To: linux-omap; +Cc: tomi.valkeinen, molnar, Amber Jain

This patch-set adds support for NV12 color format:
- Adds support for various new color formats supported by OMAP4.
- Corrects the fir_hinc and fir_vinc to have a non-zero value 
  as per TRM.
- Adds the support for NV12 along with the extra registers that needs to be
  configured for the same.
- Adds basic scaling support for the UV-plane in case of NV12 format.
- Contains chroma scaling (_dispc_set_scaling_uv) design and implemented by
  Lajos Molnar <molnar@ti.com>.

Applies over:
http://gitorious.org/~amber/linux-omap-dss2/amber-omap-dss2/commits/master

Can be tested using v4l2 streaming over:
http://gitorious.org/~amber/linux-omap-dss2/amber-omap-dss2/commits/dss2-color-formats
This branch contains few private patches which enables v4l2 on OMAP4.

Amber Jain (5):
  OMAP: DSS2: Add new color formats
  OMAP: DSS2: configuring non-zero values for fir_hinc/fir_vinc
  OMAP: DSS2: Use for loop where ever possible in SR(), RR(), DUMPREG()
  OMAP: DSS2: Adds new registers for NV12 support
  OMAP: DSS2: Add support for NV12 format

 drivers/video/omap2/dss/dispc.c        |  740 +++++++++++++++++++++-----------
 drivers/video/omap2/dss/dispc.h        |  147 +++++++
 drivers/video/omap2/dss/dss.h          |    3 +-
 drivers/video/omap2/dss/dss_features.c |   36 ++-
 drivers/video/omap2/dss/dss_features.h |    2 +
 drivers/video/omap2/dss/manager.c      |   12 +-
 include/video/omapdss.h                |    6 +
 7 files changed, 681 insertions(+), 265 deletions(-)


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

end of thread, other threads:[~2011-05-19  6:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19  5:31 [PATCH 0/5] OMAP: DSS2: Add suppport for new color format Amber Jain
2011-05-19  5:31 ` [PATCH 1/5] OMAP: DSS2: Add new color formats Amber Jain
2011-05-19  6:12   ` Tomi Valkeinen
2011-05-19  5:31 ` [PATCH 2/5] OMAP: DSS2: configuring non-zero values for fir_hinc/fir_vinc Amber Jain
2011-05-19  6:34   ` Tomi Valkeinen
2011-05-19  5:31 ` [PATCH 3/5] OMAP: DSS2: Use for loop where ever possible in SR(), RR(), DUMPREG() Amber Jain
2011-05-19  5:31 ` [PATCH 4/5] OMAP: DSS2: Adds new registers for NV12 support Amber Jain
2011-05-19  6:45   ` Tomi Valkeinen
2011-05-19  5:31 ` [PATCH 5/5] OMAP: DSS2: Add support for NV12 format Amber Jain
2011-05-19  6:51   ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).