summaryrefslogtreecommitdiff
path: root/drivers/gpu/ipu-v3
AgeCommit message (Expand)Author
2019-08-19gpu: ipu-v3: image-convert: only sample into the next tile if necessaryPhilipp Zabel
2019-08-19gpu: ipu-v3: image-convert: move tile burst alignment out of loopPhilipp Zabel
2019-08-19gpu: ipu-v3: image-convert: bail on invalid tile sizesPhilipp Zabel
2019-08-19gpu: ipu-v3: image-convert: fix image downsize coefficients and tiling calcul...Philipp Zabel
2019-08-19gpu: ipu-v3: image-convert: limit input seam position to hardware requirementsPhilipp Zabel
2019-08-19gpu: ipu-v3: image-convert: fix output seam valid intervalPhilipp Zabel
2019-08-19gpu: ipu-v3: image-convert: move output seam valid interval calculation into ...Philipp Zabel
2019-08-19gpu: ipu-v3: image-convert: enable V4L2_PIX_FMT_BGRX32 and _RGBX32Philipp Zabel
2019-08-19gpu: ipu-v3: enable remaining 32-bit RGB V4L2 pixel formatsPhilipp Zabel
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-14gpu: ipu-v3: image-convert: Enable double write reductionSteve Longerbeam
2019-06-14gpu: ipu-v3: ipu-ic-csc: Add support for Rec.709 encodingSteve Longerbeam
2019-06-14gpu: ipu-v3: ipu-ic-csc: Add support for limited range encodingSteve Longerbeam
2019-06-14gpu: ipu-v3: ipu-ic: Fully describe colorspace conversionsSteve Longerbeam
2019-06-14gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEMSteve Longerbeam
2019-06-14gpu: ipu-v3: image-convert: Fix image downsize coefficientsSteve Longerbeam
2019-06-14gpu: ipu-v3: image-convert: Fix input bytesperline for packed formatsSteve Longerbeam
2019-06-14gpu: ipu-v3: image-convert: Fix input bytesperline width/height alignSteve Longerbeam
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-23gpu: ipu-v3: dp: fix CSC handlingLucas Stach
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-02-22gpu: ipu-v3: prg: add function to get channel configure statusLucas Stach
2019-02-22gpu: ipu-v3: pre: add double buffer status readbackLucas Stach
2019-02-18Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab
2019-01-23gpu: ipu-v3: pre: don't trigger update if buffer address doesn't changeLucas Stach
2019-01-17gpu: ipu-v3: Fix CSI offsets for imx53Steve Longerbeam
2019-01-17gpu: ipu-v3: Fix i.MX51 CSI control registers offsetAlexander Shiyan
2019-01-16media: gpu: ipu-v3: Add planar support to interlaced scanSteve Longerbeam
2019-01-16media: gpu: ipu-csi: Swap fields according to input/output field typesSteve Longerbeam
2018-11-05gpu: ipu-v3: image-convert: allow three rows or columnsPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: disable double buffering if necessaryPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: add some ASCII art to the expositionPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: fix bytesperline adjustmentPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: relax alignment restrictionsPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: fix debug output for varying tile sizesPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: select optimal seam positionsPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: move tile alignment helpersPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: calculate tile dimensions and offsets outside fil...Philipp Zabel
2018-11-05gpu: ipu-v3: image-convert: store tile top/left positionPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: reconfigure IC per tilePhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: calculate per-tile resize coefficientsPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: prepare for per-tile configurationPhilipp Zabel
2018-11-05gpu: ipu-v3: image-convert: Catch unaligned tile offsetsSteve Longerbeam
2018-11-05gpu: ipu-v3: image-convert: Remove need_abort flagSteve Longerbeam
2018-11-05gpu: ipu-v3: image-convert: Allow reentrancy into abortSteve Longerbeam
2018-11-05gpu: ipu-v3: image-convert: Only wait for abort completion if active runSteve Longerbeam
2018-11-05gpu: ipu-v3: image-convert: Prevent race between run and unprepareSteve Longerbeam