linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amber Jain <amber@ti.com>
To: linux-omap@vger.kernel.org
Cc: tomi.valkeinen@ti.com, molnar@ti.com, Amber Jain <amber@ti.com>
Subject: [PATCH 0/5] OMAP: DSS2: Add suppport for new color format
Date: Thu, 19 May 2011 11:01:25 +0530	[thread overview]
Message-ID: <1305783090-21214-1-git-send-email-amber@ti.com> (raw)

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(-)


             reply	other threads:[~2011-05-19  5:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19  5:31 Amber Jain [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305783090-21214-1-git-send-email-amber@ti.com \
    --to=amber@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=molnar@ti.com \
    --cc=tomi.valkeinen@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).