All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Add support for multi-planar formats and 10 bit formats
@ 2018-02-09  1:21 Satish Kumar Nagireddy
  0 siblings, 0 replies; only message in thread
From: Satish Kumar Nagireddy @ 2018-02-09  1:21 UTC (permalink / raw)
  To: linux-media, laurent.pinchart, michal.simek, hyun.kwon
  Cc: Satish Kumar Nagireddy

 The patches are for xilinx v4l. The patcheset enable support to handle multiplanar
 formats and 10 bit formats. The implemenation has handling of single plane formats
 too for backward compatibility of some existing applications.

 Some patches are included as dependencies and are intended to sync downstream with
 upstream as well.

Hyun Kwon (1):
  media: xilinx: vip: Add the pixel format for RGB24

Jeffrey Mouroux (1):
  uapi: media: New fourcc codes needed by Xilinx Video IP

Radhey Shyam Pandey (1):
  v4l: xilinx: dma: Remove colorspace check in xvip_dma_verify_format

Rohit Athavale (1):
  media-bus: uapi: Add YCrCb 420 media bus format

Satish Kumar Nagireddy (4):
  v4l: xilinx: dma: Update video format descriptor
  v4l: xilinx: dma: Add multi-planar support
  v4l: xilinx: dma: Add scaling and padding factor functions
  v4l: xilinx: dma: Get scaling and padding factor to calculate DMA
    params

 drivers/media/platform/xilinx/xilinx-dma.c  | 365 ++++++++++++++++++++++++----
 drivers/media/platform/xilinx/xilinx-dma.h  |   2 +-
 drivers/media/platform/xilinx/xilinx-vip.c  |  61 ++++-
 drivers/media/platform/xilinx/xilinx-vip.h  |  13 +-
 drivers/media/platform/xilinx/xilinx-vipp.c |  22 +-
 include/uapi/linux/media-bus-format.h       |   3 +-
 include/uapi/linux/videodev2.h              |  11 +
 7 files changed, 409 insertions(+), 68 deletions(-)

--
2.7.4

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-09  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  1:21 [PATCH v2 0/9] Add support for multi-planar formats and 10 bit formats Satish Kumar Nagireddy

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.