[GIT PULL] drm/imx: ipu-v3 plane offset and IPU id fixes
Philipp Zabel
p.zabel at pengutronix.de
Wed Aug 8 11:47:36 UTC 2018
Hi Dave,
please consider merging these two fixes for code used by imx-media.
Setting the IPU id to 0 if there are no OF aliases set fixes probing
on i.MX51 and i.MX53, and calculating odd YUV offsets correctly will
help fixing interlaced capture / deinterleaving.
regards
Philipp
The following changes since commit bbe4a089e299efe696ef520e58513c12c0d497c9:
gpu: ipu-csi: Check for field type alternate (2018-07-16 16:56:35 +0200)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2018-08-03
for you to fetch changes up to 2d87e6c1b99c402360fdfe19ce4f579ab2f96adf:
gpu: ipu-v3: default to id 0 on missing OF alias (2018-08-02 12:09:11 +0200)
----------------------------------------------------------------
drm/imx: ipu-v3 plane offset and IPU id fixes
- Fix U/V plane offsets for odd vertical offsets. Due to wrong operator
order, the y offset was not rounded down properly for vertically
chroma subsampled planar formats.
- Fix IPU id number for boards that don't have an OF alias for their
single IPU in the device tree. This is necessary to support imx-media
on i.MX51 and i.MX53 SoCs.
----------------------------------------------------------------
Philipp Zabel (1):
gpu: ipu-v3: default to id 0 on missing OF alias
Steve Longerbeam (1):
gpu: ipu-v3: Fix U/V offset macros for planar 4:2:0
drivers/gpu/ipu-v3/ipu-common.c | 2 ++
drivers/gpu/ipu-v3/ipu-cpmem.c | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
More information about the dri-devel
mailing list