[GIT PULL] drm/imx: imx-drm ldb and ipu-v3 csi fixes

Philipp Zabel p.zabel at pengutronix.de
Fri Jul 20 15:27:03 UTC 2018


Hi Dave,

is there still room to get this into v4.18?

The LDB bind patch fixes a possible loss of LVDS display output on boot
on devices where the bootloader shows a splash screen and leaves the
display enabled. The CSI patch fixes interlaced capture from V4L2
subdevices that report V4L2_FIELD_ALTERNATE field order.

regards
Philipp

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2018-07-20

for you to fetch changes up to bbe4a089e299efe696ef520e58513c12c0d497c9:

  gpu: ipu-csi: Check for field type alternate (2018-07-16 16:56:35 +0200)

----------------------------------------------------------------
drm/imx: imx-drm ldb and ipu-v3 csi fixes

- Disable the LVDS Display Bridge (LDB) on driver bind. This is
  necessary to guarantee correct LVDS signals in case the bootloader
  left the LVDS output active.
- Remove false positive warning about disabled second LVDS channel in
  dual-channel mode. In this mode, the second LVDS channel can not be
  used separately. If the second channel is correctly described as
  disabled in the device tree, the driver warned about this anyway.
- Fix the CSI confiuration to not only enable interlaced capture mode
  for V4L2_FIELD_SEQ_BT and V4L2_FIELD_SEQ_TB, but also for the
  V4L2_FIELD_ALTERNATE interlacing mode. Before, it incorrectly tried
  to capture progressive frames in that case.

----------------------------------------------------------------
Lucas Stach (2):
      drm/imx: imx-ldb: disable LDB on driver bind
      drm/imx: imx-ldb: check if channel is enabled before printing warning

Steve Longerbeam (1):
      gpu: ipu-csi: Check for field type alternate

 drivers/gpu/drm/imx/imx-ldb.c | 9 ++++++---
 drivers/gpu/ipu-v3/ipu-csi.c  | 3 ++-
 2 files changed, 8 insertions(+), 4 deletions(-)


More information about the dri-devel mailing list