Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1675968 > unrolled thread
| Started by | Thierry Escande <thierry.escande@collabora.com> |
|---|---|
| First post | 2017-06-27 18:20 +0200 |
| Last post | 2017-06-29 22:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v3 0/8] [media] s5p-jpeg: Various fixes and improvements Thierry Escande <thierry.escande@collabora.com> - 2017-06-27 18:20 +0200
Re: [PATCH v3 0/8] [media] s5p-jpeg: Various fixes and improvements Andrzej Pietrasiewicz <andrzej.p@samsung.com> - 2017-06-29 14:10 +0200
Re: [PATCH v3 0/8] [media] s5p-jpeg: Various fixes and improvements Jacek Anaszewski <jacek.anaszewski@gmail.com> - 2017-06-29 22:20 +0200
| From | Thierry Escande <thierry.escande@collabora.com> |
|---|---|
| Date | 2017-06-27 18:20 +0200 |
| Subject | [PATCH v3 0/8] [media] s5p-jpeg: Various fixes and improvements |
| Message-ID | <tX1dT-2UD-7@gated-at.bofh.it> |
Hi, This series contains various fixes and improvements for the Samsung s5p-jpeg driver. Most of these patches come from the Chromium v3.8 kernel tree. In this v3: - Remove codec reset patch (Not needed based on documentation and no use case described in original patch commit message). - Check for Exynos5420 variant in stream error handling patch. - Add use case for resolution change event support in commit message. - Move subsampling value decoding in a separate function. - Check Exynos variant for 4:1:1 subsampling support. v2: - Remove IOMMU support patch (mapping now created automatically for single JPEG CODEC device). - Remove "Change sclk_jpeg to 166MHz" patch (can be set through DT properties). - Remove support for multi-planar APIs (Not needed). - Add comment regarding call to jpeg_bound_align_image() after qbuf. - Remove unrelated code from resolution change event support patch. Thierry Escande (3): [media] s5p-jpeg: Handle parsing error in s5p_jpeg_parse_hdr() [media] s5p-jpeg: Don't use temporary structure in s5p_jpeg_buf_queue [media] s5p-jpeg: Split s5p_jpeg_parse_hdr() Tony K Nadackal (3): [media] s5p-jpeg: Call jpeg_bound_align_image after qbuf [media] s5p-jpeg: Correct WARN_ON statement for checking subsampling [media] s5p-jpeg: Decode 4:1:1 chroma subsampling format henryhsu (2): [media] s5p-jpeg: Add support for resolution change event [media] s5p-jpeg: Add stream error handling for Exynos5420 drivers/media/platform/s5p-jpeg/jpeg-core.c | 186 +++++++++++++++++++++------- drivers/media/platform/s5p-jpeg/jpeg-core.h | 7 ++ 2 files changed, 148 insertions(+), 45 deletions(-) -- 2.7.4
[toc] | [next] | [standalone]
| From | Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
|---|---|
| Date | 2017-06-29 14:10 +0200 |
| Message-ID | <tXGqL-7pH-41@gated-at.bofh.it> |
| In reply to | #1675968 |
Hi Thierry, W dniu 27.06.2017 o 18:08, Thierry Escande pisze: > Hi, > > This series contains various fixes and improvements for the Samsung > s5p-jpeg driver. Most of these patches come from the Chromium v3.8 > kernel tree. > Thank you for the series. It looks good to me. Andrzej
[toc] | [prev] | [next] | [standalone]
| From | Jacek Anaszewski <jacek.anaszewski@gmail.com> |
|---|---|
| Date | 2017-06-29 22:20 +0200 |
| Message-ID | <tXO4W-3Qo-33@gated-at.bofh.it> |
| In reply to | #1675968 |
Hi Thierry, For the whole series: Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com> Best regards, Jacek Anaszewski On 06/27/2017 06:08 PM, Thierry Escande wrote: > Hi, > > This series contains various fixes and improvements for the Samsung > s5p-jpeg driver. Most of these patches come from the Chromium v3.8 > kernel tree. > > In this v3: > - Remove codec reset patch (Not needed based on documentation and no > use case described in original patch commit message). > - Check for Exynos5420 variant in stream error handling patch. > - Add use case for resolution change event support in commit message. > - Move subsampling value decoding in a separate function. > - Check Exynos variant for 4:1:1 subsampling support. > > v2: > - Remove IOMMU support patch (mapping now created automatically for > single JPEG CODEC device). > - Remove "Change sclk_jpeg to 166MHz" patch (can be set through DT > properties). > - Remove support for multi-planar APIs (Not needed). > - Add comment regarding call to jpeg_bound_align_image() after qbuf. > - Remove unrelated code from resolution change event support patch. > > Thierry Escande (3): > [media] s5p-jpeg: Handle parsing error in s5p_jpeg_parse_hdr() > [media] s5p-jpeg: Don't use temporary structure in s5p_jpeg_buf_queue > [media] s5p-jpeg: Split s5p_jpeg_parse_hdr() > > Tony K Nadackal (3): > [media] s5p-jpeg: Call jpeg_bound_align_image after qbuf > [media] s5p-jpeg: Correct WARN_ON statement for checking subsampling > [media] s5p-jpeg: Decode 4:1:1 chroma subsampling format > > henryhsu (2): > [media] s5p-jpeg: Add support for resolution change event > [media] s5p-jpeg: Add stream error handling for Exynos5420 > > drivers/media/platform/s5p-jpeg/jpeg-core.c | 186 +++++++++++++++++++++------- > drivers/media/platform/s5p-jpeg/jpeg-core.h | 7 ++ > 2 files changed, 148 insertions(+), 45 deletions(-) >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web