Age | Commit message (Expand) | Author | Files | Lines |
2019-08-19 | gpu: ipu-v3: image-convert: only sample into the next tile if necessary | Philipp Zabel | 1 | -2/+2 |
2019-08-19 | gpu: ipu-v3: image-convert: move tile burst alignment out of loop | Philipp Zabel | 1 | -39/+45 |
2019-08-19 | gpu: ipu-v3: image-convert: bail on invalid tile sizes | Philipp Zabel | 1 | -3/+24 |
2019-08-19 | gpu: ipu-v3: image-convert: fix image downsize coefficients and tiling calcul... | Philipp Zabel | 1 | -18/+31 |
2019-08-19 | gpu: ipu-v3: image-convert: limit input seam position to hardware requirements | Philipp Zabel | 1 | -6/+24 |
2019-08-19 | gpu: ipu-v3: image-convert: fix output seam valid interval | Philipp Zabel | 1 | -2/+2 |
2019-08-19 | gpu: ipu-v3: image-convert: move output seam valid interval calculation into ... | Philipp Zabel | 1 | -22/+12 |
2019-08-19 | gpu: ipu-v3: image-convert: enable V4L2_PIX_FMT_BGRX32 and _RGBX32 | Philipp Zabel | 1 | -0/+6 |
2019-08-19 | gpu: ipu-v3: enable remaining 32-bit RGB V4L2 pixel formats | Philipp Zabel | 2 | -7/+35 |
2019-07-16 | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 4 | -106/+482 |
2019-06-14 | gpu: ipu-v3: image-convert: Enable double write reduction | Steve Longerbeam | 1 | -0/+9 |
2019-06-14 | gpu: ipu-v3: ipu-ic-csc: Add support for Rec.709 encoding | Steve Longerbeam | 1 | -5/+134 |
2019-06-14 | gpu: ipu-v3: ipu-ic-csc: Add support for limited range encoding | Steve Longerbeam | 1 | -14/+166 |
2019-06-14 | gpu: ipu-v3: ipu-ic: Fully describe colorspace conversions | Steve Longerbeam | 4 | -106/+192 |
2019-06-14 | gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEM | Steve Longerbeam | 1 | -1/+1 |
2019-06-14 | gpu: ipu-v3: image-convert: Fix image downsize coefficients | Steve Longerbeam | 1 | -2/+4 |
2019-06-14 | gpu: ipu-v3: image-convert: Fix input bytesperline for packed formats | Steve Longerbeam | 1 | -1/+3 |
2019-06-14 | gpu: ipu-v3: image-convert: Fix input bytesperline width/height align | Steve Longerbeam | 1 | -11/+21 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2 | -18/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 | Thomas Gleixner | 3 | -21/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 9 | -90/+9 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-23 | gpu: ipu-v3: dp: fix CSC handling | Lucas Stach | 1 | -3/+9 |
2019-03-10 | Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2 | -43/+109 |
2019-02-22 | gpu: ipu-v3: prg: add function to get channel configure status | Lucas Stach | 1 | -0/+16 |
2019-02-22 | gpu: ipu-v3: pre: add double buffer status readback | Lucas Stach | 2 | -0/+7 |
2019-02-18 | Merge tag 'v5.0-rc7' into patchwork | Mauro Carvalho Chehab | 2 | -4/+10 |
2019-01-23 | gpu: ipu-v3: pre: don't trigger update if buffer address doesn't change | Lucas Stach | 1 | -0/+6 |
2019-01-17 | gpu: ipu-v3: Fix CSI offsets for imx53 | Steve Longerbeam | 1 | -2/+2 |
2019-01-17 | gpu: ipu-v3: Fix i.MX51 CSI control registers offset | Alexander Shiyan | 1 | -2/+2 |
2019-01-16 | media: gpu: ipu-v3: Add planar support to interlaced scan | Steve Longerbeam | 1 | -2/+24 |
2019-01-16 | media: gpu: ipu-csi: Swap fields according to input/output field types | Steve Longerbeam | 1 | -41/+85 |
2018-11-05 | gpu: ipu-v3: image-convert: allow three rows or columns | Philipp Zabel | 1 | -6/+1 |
2018-11-05 | gpu: ipu-v3: image-convert: disable double buffering if necessary | Philipp Zabel | 1 | -2/+25 |
2018-11-05 | gpu: ipu-v3: image-convert: add some ASCII art to the exposition | Philipp Zabel | 1 | -10/+29 |
2018-11-05 | gpu: ipu-v3: image-convert: fix bytesperline adjustment | Philipp Zabel | 1 | -4/+12 |
2018-11-05 | gpu: ipu-v3: image-convert: relax alignment restrictions | Philipp Zabel | 1 | -40/+41 |
2018-11-05 | gpu: ipu-v3: image-convert: fix debug output for varying tile sizes | Philipp Zabel | 1 | -2/+10 |
2018-11-05 | gpu: ipu-v3: image-convert: select optimal seam positions | Philipp Zabel | 1 | -6/+337 |
2018-11-05 | gpu: ipu-v3: image-convert: move tile alignment helpers | Philipp Zabel | 1 | -27/+27 |
2018-11-05 | gpu: ipu-v3: image-convert: calculate tile dimensions and offsets outside fil... | Philipp Zabel | 1 | -5/+13 |
2018-11-05 | gpu: ipu-v3: image-convert: store tile top/left position | Philipp Zabel | 1 | -12/+15 |
2018-11-05 | gpu: ipu-v3: image-convert: reconfigure IC per tile | Philipp Zabel | 1 | -21/+44 |
2018-11-05 | gpu: ipu-v3: image-convert: calculate per-tile resize coefficients | Philipp Zabel | 1 | -2/+234 |
2018-11-05 | gpu: ipu-v3: image-convert: prepare for per-tile configuration | Philipp Zabel | 1 | -25/+35 |
2018-11-05 | gpu: ipu-v3: image-convert: Catch unaligned tile offsets | Steve Longerbeam | 1 | -24/+37 |
2018-11-05 | gpu: ipu-v3: image-convert: Remove need_abort flag | Steve Longerbeam | 1 | -4/+1 |
2018-11-05 | gpu: ipu-v3: image-convert: Allow reentrancy into abort | Steve Longerbeam | 1 | -3/+4 |
2018-11-05 | gpu: ipu-v3: image-convert: Only wait for abort completion if active run | Steve Longerbeam | 1 | -2/+7 |
2018-11-05 | gpu: ipu-v3: image-convert: Prevent race between run and unprepare | Steve Longerbeam | 1 | -3/+7 |