From: Philipp Zabel <p.zabel@pengutronix.de>
To: David Airlie <airlied@linux.ie>
Cc: kernel@pengutronix.de, dri-devel@lists.freedesktop.org
Subject: [GIT PULL] imx-drm cleanups and YUV 4:2:0 memory read/write reduction support
Date: Thu, 08 Jun 2017 10:28:54 +0200 [thread overview]
Message-ID: <1496910534.2941.13.camel@pengutronix.de> (raw)
Hi Dave,
This tag contains a few cleanup patches, and adds support for setting a
bit in the channel parameter memory to stop the IPU from writing the
chroma lines twice for YUV420 and NV12 formats.
regards
Philipp
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2017-06-08
for you to fetch changes up to add1318723a0d7b1ec974d2d9ba309cc24bb298a:
gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_order (2017-06-08 08:57:20 +0200)
----------------------------------------------------------------
imx-drm: cleanups and YUV 4:2:0 memory read/write reduction support
- Remove counter load enable form PRE, which has no effect.
- Add support for setting the double read/write reduction flag in channel
parameter memory. This can be used to save some memory bandwidth when
capturing in YUV 4:2:0 chroma subsampled formats.
- Allocate DMA channel structures as needed, most of the 64 channels are
unused or even reserved.
- Remove unused interrupt busy waiting routine.
- Set VDIC field order for both AUTO and MAN inputs simultaneously as
both can't be active at the same time.
----------------------------------------------------------------
Lucas Stach (1):
gpu: ipu-v3: prg: remove counter load enable
Philipp Zabel (3):
gpu: ipu-v3: Add support for double read/write reduction
gpu: ipu-v3: allocate ipuv3_channels as needed
gpu: ipu-v3: remove interrupt busy waiting routine
Steve Longerbeam (1):
gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_order
drivers/gpu/ipu-v3/ipu-common.c | 39 +++++++++++++++------------------------
drivers/gpu/ipu-v3/ipu-cpmem.c | 6 ++++++
drivers/gpu/ipu-v3/ipu-prg.c | 2 --
drivers/gpu/ipu-v3/ipu-prv.h | 9 ++-------
drivers/gpu/ipu-v3/ipu-vdi.c | 4 ++--
include/video/imx-ipu-v3.h | 1 +
6 files changed, 26 insertions(+), 35 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
reply other threads:[~2017-06-08 8:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1496910534.2941.13.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@pengutronix.de \
/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).