Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418528
| From | Kieran Bingham <kieran@ksquared.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 0/2] v4l: platform: Add Renesas R-Car FDP1 Driver |
| Date | 2016-06-09 19:40 +0200 |
| Message-ID | <rIc5X-13V-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RFC 0/2] v4l: platform: Add Renesas R-Car FDP1 Driver Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-09 19:40 +0200 Re: [PATCH RFC 1/2] v4l: platform: Add Renesas R-Car FDP1 Driver Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-10 14:40 +0200
csiph-web