linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vivek Kasireddy <vivek.kasireddy@intel.com>
To: <linux-media@vger.kernel.org>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Subject: [PATCH 0/4] Add support for 32-bit packed YUV formats
Date: Thu, 7 Feb 2019 19:18:42 -0800	[thread overview]
Message-ID: <20190208031846.14453-1-vivek.kasireddy@intel.com> (raw)

This patch series adds support for formats that can be used directly
by other drivers such as i915 drm driver. Also, the buffers generated
by vivid in one of these formats using tpg can be used by the Weston
compositor as textures.

Vivek Kasireddy (4):
  media: v4l: Add 32-bit packed YUV formats
  media: v4l2-tpg-core: Add support for 32-bit packed YUV formats
  media: vivid: Add definitions for the 32-bit packed YUV formats
  media: imx-pxp: Start using the format VUYA32 instead of YUV32

 Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst | 170 ++++++++++++++++++++-
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c      |  13 ++
 drivers/media/platform/imx-pxp.c                   |   8 +-
 drivers/media/platform/vivid/vivid-vid-common.c    |  30 ++++
 drivers/media/v4l2-core/v4l2-ioctl.c               |   4 +
 include/uapi/linux/videodev2.h                     |   4 +
 6 files changed, 224 insertions(+), 5 deletions(-)

-- 
2.14.5


             reply	other threads:[~2019-02-08  3:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08  3:18 Vivek Kasireddy [this message]
2019-02-08  3:18 ` [PATCH 1/4] media: v4l: Add 32-bit packed YUV formats Vivek Kasireddy
2019-02-08  3:18 ` [PATCH 2/4] media: v4l2-tpg-core: Add support for " Vivek Kasireddy
2019-02-08 10:21   ` kbuild test robot
2019-02-08 10:49   ` kbuild test robot
2019-02-09  1:29     ` [PATCH v2 2/4] media: v4l2-tpg-core: Add support for 32-bit packed YUV formats (v2) Vivek Kasireddy
2019-02-08  3:18 ` [PATCH 3/4] media: vivid: Add definitions for the 32-bit packed YUV formats Vivek Kasireddy
2019-02-08  3:18 ` [PATCH 4/4] media: imx-pxp: Start using the format VUYA32 instead of YUV32 Vivek Kasireddy
2019-02-08  9:14   ` Philipp Zabel
2019-02-08  9:15   ` Hans Verkuil
2019-02-08  9:47     ` Philipp Zabel
2019-02-08 10:31   ` Philipp Zabel
2019-02-09  1:38     ` [PATCH v2 4/4] media: imx-pxp: Start using the format VUYA32 instead of YUV32 (v2) Vivek Kasireddy
2019-02-11 10:29       ` Philipp Zabel

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=20190208031846.14453-1-vivek.kasireddy@intel.com \
    --to=vivek.kasireddy@intel.com \
    --cc=linux-media@vger.kernel.org \
    /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).