linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for 32-bit packed YUV formats
@ 2019-02-08  3:18 Vivek Kasireddy
  2019-02-08  3:18 ` [PATCH 1/4] media: v4l: Add " Vivek Kasireddy
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Vivek Kasireddy @ 2019-02-08  3:18 UTC (permalink / raw)
  To: linux-media; +Cc: Vivek Kasireddy

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


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

end of thread, other threads:[~2019-02-11 10:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08  3:18 [PATCH 0/4] Add support for 32-bit packed YUV formats Vivek Kasireddy
2019-02-08  3:18 ` [PATCH 1/4] media: v4l: Add " 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

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