]> git.ipfire.org Git - people/arne_f/kernel.git/commit
media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration
authorPawe? Chmiel <pawel.mikolaj.chmiel@gmail.com>
Sat, 29 Dec 2018 15:46:01 +0000 (10:46 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 16 Jan 2019 16:28:16 +0000 (11:28 -0500)
commit49710c32cd9d6626a77c9f5f978a5f58cb536b35
treebe575dfc82336db4af0d54273f0ab777e2880bb2
parent656025850074f5c1ba2e05be37bda57ba2b8d491
media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration

Previously when doing format enumeration, it was returning all
 formats supported by driver, even if they're not supported by hw.
Add missing check for fmt_ver_flag, so it'll be fixed and only those
 supported by hw will be returned. Similar thing is already done
 in s5p_jpeg_find_format.

It was found by using v4l2-compliance tool and checking result
 of VIDIOC_ENUM_FMT/FRAMESIZES/FRAMEINTERVALS test
and using v4l2-ctl to get list of all supported formats.

Tested on s5pv210-galaxys (Samsung i9000 phone).

Fixes: bb677f3ac434 ("[media] Exynos4 JPEG codec v4l2 driver")
Signed-off-by: Pawe? Chmiel <pawel.mikolaj.chmiel@gmail.com>
Reviewed-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
[hverkuil-cisco@xs4all.nl: fix a few alignment issues]
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/s5p-jpeg/jpeg-core.c