public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] New fourcc codes needed by Video DMA Driver
@ 2017-08-09  1:31 Jeffrey Mouroux
  2017-08-09  1:31 ` [PATCH v1 1/2] uapi: media: New fourcc codes needed by Xilinx Video IP Jeffrey Mouroux
  2017-08-09  1:31 ` [PATCH v1 2/2] media: v4l2-core: Update V4L2 framework with new fourcc codes Jeffrey Mouroux
  0 siblings, 2 replies; 4+ messages in thread
From: Jeffrey Mouroux @ 2017-08-09  1:31 UTC (permalink / raw)
  To: mchehab, hansverk, laurent.pinchart+renesas, sakari.ailus,
	tiffany.lin, ricardo.ribalda, evgeni.raikhel, nick
  Cc: linux-media, Jeffrey Mouroux

This patch set is introduced to support a driver we are developing
for our new Video Framebuffer DMA IP, a DMA device that is "video format aware".
Clients need only specify memory layout information for a single plane
(i.e. luma) and then provide a video format code (e.g. YUV420) which will permit
for intelligent reads or writes (depending on the IP configuration) to host
memory with only a minimal set of video memory configuration data.

The IP supports a variety of 8-bit and 10-bit video formats, some of which
are not represented in the current V4L2 user api or framework.  This patch
set introduces these needed video format codes and updates the 
framework with the metadata required.

The DMA driver requiring these updates is not being submitted as part of this
patch set as it is still undergoing final development.

We are submitting this patch series for review and comment with regard to
ensuring we haven't missed any required framework updates and/or in regards to
the choices we've made to the fourcc string values.

Jeffrey Mouroux (2):
  uapi: media: New fourcc codes needed by Xilinx Video IP
  media: v4l2-core: Update V4L2 framework with new fourcc codes

 drivers/media/v4l2-core/v4l2-ioctl.c | 9 +++++++++
 include/uapi/linux/videodev2.h       | 9 +++++++++
 2 files changed, 18 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2017-08-09  7:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09  1:31 [PATCH v1 0/2] New fourcc codes needed by Video DMA Driver Jeffrey Mouroux
2017-08-09  1:31 ` [PATCH v1 1/2] uapi: media: New fourcc codes needed by Xilinx Video IP Jeffrey Mouroux
2017-08-09  7:53   ` Laurent Pinchart
2017-08-09  1:31 ` [PATCH v1 2/2] media: v4l2-core: Update V4L2 framework with new fourcc codes Jeffrey Mouroux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox