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

This patch-set adds support for NV12 color format:
- Add 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.
- Add the support for NV12 along with the extra registers that needs to be
  configured for the same.
- Add basic scaling support for the UV-plane in case of NV12 format.
- Change the way chroma scaling is handled for YUV formats on OMAP4.
- Contains chroma scaling (_dispc_set_scaling_uv) design and implemented by
  Lajos Molnar <molnar@ti.com>.

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.

Changes from v1:
- rebased to Tomi's master.
- updated the commit messages to make them more descriptive.
- corrected few typos.
Amber Jain (5):
  OMAP: DSS2: Add new color formats to OMAP4
  OMAP: DSS2: Ensure non-zero FIR values are configured
  OMAP: DSS2: Use for loop where ever possible in SR(), RR()
  OMAP: DSS2: Adds new registers for NV12 support
  OMAP: DSS2: Add support for NV12 format

 drivers/video/omap2/dss/dispc.c        |  706 +++++++++++++++++++++++---------
 drivers/video/omap2/dss/dispc.h        |  147 +++++++
 drivers/video/omap2/dss/dss.h          |    3 +-
 drivers/video/omap2/dss/dss_features.c |   40 ++-
 drivers/video/omap2/dss/dss_features.h |    2 +
 drivers/video/omap2/dss/manager.c      |   12 +-
 include/video/omapdss.h                |    6 +
 7 files changed, 708 insertions(+), 208 deletions(-)


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19 14:17 [PATCH v2 0/5] OMAP: DSS2: Add suppport for new color format Amber Jain
2011-05-19 14:17 ` [PATCH v2 1/5] OMAP: DSS2: Add new color formats for OMAP4 Amber Jain
2011-05-19 14:17 ` [PATCH v2 2/5] OMAP: DSS2: Ensure non-zero FIR values are configured Amber Jain
2011-05-19 14:17 ` [PATCH v2 3/5] OMAP: DSS2: Use for loop where ever possible in SR(), RR() Amber Jain
2011-05-19 14:17 ` [PATCH v2 4/5] OMAP: DSS2: Add new registers for NV12 support Amber Jain
2011-05-19 14:17 ` [PATCH v2 5/5] OMAP: DSS2: Add support for NV12 format Amber Jain

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.