summaryrefslogtreecommitdiff
path: root/drivers/gpu/ipu-v3/ipu-image-convert.c
AgeCommit message (Expand)Author
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
2018-11-05gpu: ipu-v3: Add chroma plane offset overrides to ipu_cpmem_set_image()Steve Longerbeam
2018-08-02gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formatsPhilipp Zabel
2017-03-16gpu: ipu-v3: only set non-zero AXI ID for IC when PRG is absentLucas Stach
2016-10-17gpu: ipu-v3: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wei Yongjun
2016-09-19gpu: ipu-v3: Add queued image conversion supportSteve Longerbeam