Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1578016
| From | Thibault Saunier <thibault.saunier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] [media] Fixes for colorspace logic in exynos-gsc and s5p-mfc drivers |
| Date | 2017-02-10 00:00 +0100 |
| Message-ID | <t95Hk-3CN-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This patchset fixes a few issues on the colorspace logic for the exynos-gsc
and s5p-mfc drivers.
We now handle the colorspace in those drivers, and make sure to respect user setting if
possible.
We also now set the 'v4l2_pix_format:field' if userspace passed ANY, avoiding GStreamer
spamming error at us about the driver not following the standard.
Best regards,
Thibault Saunier
Javier Martinez Canillas (1):
[media] exynos-gsc: Use 576p instead 720p as a threshold for
colorspaces
Thibault Saunier (3):
[media] exynos-gsc: Respect userspace colorspace setting
[media] s5p-mfc: Set colorspace in VIDIO_{G,TRY}_FMT
[media] s5p-mfc: Always check and set 'v4l2_pix_format:field' field
drivers/media/platform/exynos-gsc/gsc-core.c | 22 +++++++++++----
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 42 ++++++++++++++++++++++++++--
2 files changed, 57 insertions(+), 7 deletions(-)
--
2.11.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] [media] Fixes for colorspace logic in exynos-gsc and s5p-mfc drivers Thibault Saunier <thibault.saunier@osg.samsung.com> - 2017-02-10 00:00 +0100
[PATCH 4/4] [media] s5p-mfc: Always check and set 'v4l2_pix_format:field' field Thibault Saunier <thibault.saunier@osg.samsung.com> - 2017-02-10 00:00 +0100
Re: [PATCH 4/4] [media] s5p-mfc: Always check and set 'v4l2_pix_format:field' field kbuild test robot <lkp@intel.com> - 2017-02-10 10:40 +0100
[PATCH 2/4] [media] exynos-gsc: Respect userspace colorspace setting Thibault Saunier <thibault.saunier@osg.samsung.com> - 2017-02-10 00:00 +0100
csiph-web