linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] v4l: platform: Add Renesas R-Car FDP1 Driver
@ 2016-06-09 17:37 Kieran Bingham
  2016-06-09 17:37 ` [PATCH RFC 1/2] " Kieran Bingham
  2016-06-09 17:37 ` [PATCH RFC 2/2] MAINTAINERS: Add support for FDP driver Kieran Bingham
  0 siblings, 2 replies; 4+ messages in thread
From: Kieran Bingham @ 2016-06-09 17:37 UTC (permalink / raw)
  To: laurent.pinchart, mchehab, linux-media
  Cc: linux-renesas-soc, linux-kernel, Kieran Bingham

This early version of the driver, is submitted for review, and functions only
as a pixel format converter.

The FDP1, (Fine Display Processor) is a de-interlacer device, with capability
to convert from various YCbCr/YUV formats to both YCbCr/YUV and RGB formats
at the same time as converting interlaced content to progressive.

It can also function with progressive frames on input, and still act as a
pixel converter which is the current state of the driver.

The next phase of work will be to implement the de-interlacing fucntionality
on top of this code base, however as it is now a functional driver this seemed
like an apt point to start the review process.

Kieran Bingham (2):
  v4l: platform: Add Renesas R-Car FDP1 Driver
  MAINTAINERS: Add support for FDP driver

 MAINTAINERS                        |    9 +
 drivers/media/platform/Kconfig     |   13 +
 drivers/media/platform/Makefile    |    1 +
 drivers/media/platform/rcar_fdp1.c | 2038 ++++++++++++++++++++++++++++++++++++
 4 files changed, 2061 insertions(+)
 create mode 100644 drivers/media/platform/rcar_fdp1.c

-- 
2.7.4

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

end of thread, other threads:[~2016-06-10 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 17:37 [PATCH RFC 0/2] v4l: platform: Add Renesas R-Car FDP1 Driver Kieran Bingham
2016-06-09 17:37 ` [PATCH RFC 1/2] " Kieran Bingham
2016-06-10 12:33   ` Kieran Bingham
2016-06-09 17:37 ` [PATCH RFC 2/2] MAINTAINERS: Add support for FDP driver Kieran Bingham

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