linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@glider.be>
Cc: linux-renesas-soc@vger.kernel.org
Subject: [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support
Date: Sun, 17 Mar 2019 04:19:54 +0200	[thread overview]
Message-ID: <20190317021954.GA4912@pendragon.ideasonboard.com> (raw)

Hi Geert,

The following changes since commit 3a7d2f4f4427f4b241f8240e370099e2ec1fd307:

  Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next (2019-03-12 15:20:57 +1000)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git b3ddd36a2b05

for you to fetch changes up to b3ddd36a2b05074db0810a0f6508562f80045323:

  arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1 (2019-03-13 03:42:41 +0200)

The above commit is part of a branch name drm/du/lvds/dual-link in the
same tree. The two top-most commits of the branch are hacks meant for
testing only, so I didn't want to include them in this pull request.

Please note that this pull request refers to prototype RFC code, I'll
let you decide if you want to include it in renesas-drivers.

----------------------------------------------------------------
Laurent Pinchart (13):
      drm: rcar-du: Support panels connected directly to the DPAD outputs
      drm: Clarify definition of the DRM_BUS_FLAG_(PIXDATA|SYNC)_* macros
      drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
      drm: bridge: Add dual_link field to the drm_bridge_timings structure
      dt-bindings: display: bridge: thc63lvd1024: Document dual-link operation
      drm: bridge: thc63: Report input bus mode through bridge timings
      dt-bindings: display: renesas: lvds: Add renesas,companion property
      drm: rcar-du: lvds: Remove LVDS double-enable checks
      drm: rcar-du: lvds: Adjust operating frequency for D3 and E3
      drm: rcar-du: lvds: Set LVEN and LVRES bits together on D3
      drm: rcar-du: lvds: Add support for dual-link mode
      drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS mode
      arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1

Stefan Agner (1):
      drm/bridge: use bus flags in bridge timings

 .../bindings/display/bridge/renesas,lvds.txt       |   6 +
 .../bindings/display/bridge/thine,thc63lvd1024.txt |   6 +
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   2 +
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |   2 +
 drivers/gpu/drm/bridge/dumb-vga-dac.c              |   6 +-
 drivers/gpu/drm/bridge/tc358767.c                  |   4 +-
 drivers/gpu/drm/bridge/thc63lvd1024.c              |  54 ++++++--
 drivers/gpu/drm/drm_modes.c                        |  12 +-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c         |   2 +-
 drivers/gpu/drm/imx/ipuv3-crtc.c                   |   2 +-
 drivers/gpu/drm/mxsfb/mxsfb_crtc.c                 |   6 +-
 drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c  |   5 +-
 .../omapdrm/displays/panel-lgphilips-lb035q02.c    |   5 +-
 .../drm/omapdrm/displays/panel-nec-nl8048hl11.c    |   5 +-
 .../drm/omapdrm/displays/panel-sharp-ls037v7dw01.c |   5 +-
 .../drm/omapdrm/displays/panel-sony-acx565akm.c    |   5 +-
 .../drm/omapdrm/displays/panel-tpo-td028ttec1.c    |   5 +-
 .../drm/omapdrm/displays/panel-tpo-td043mtea1.c    |   5 +-
 drivers/gpu/drm/omapdrm/dss/dsi.c                  |   4 +-
 drivers/gpu/drm/omapdrm/dss/sdi.c                  |   4 +-
 drivers/gpu/drm/omapdrm/omap_encoder.c             |   8 +-
 drivers/gpu/drm/panel/panel-arm-versatile.c        |   4 +-
 drivers/gpu/drm/panel/panel-ilitek-ili9322.c       |   4 +-
 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c        |   2 +-
 drivers/gpu/drm/panel/panel-simple.c               |  24 ++--
 drivers/gpu/drm/panel/panel-tpo-tpg110.c           |  10 +-
 drivers/gpu/drm/pl111/pl111_display.c              |   2 +-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c          |  66 +++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              |   2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.c                | 140 +++++++++++++++------
 drivers/gpu/drm/rcar-du/rcar_lvds.h                |   5 +
 drivers/gpu/drm/sun4i/sun4i_tcon.c                 |   4 +-
 drivers/gpu/drm/tve200/tve200_display.c            |   3 +-
 include/drm/drm_bridge.h                           |  19 ++-
 include/drm/drm_connector.h                        |  36 +++++-
 35 files changed, 346 insertions(+), 128 deletions(-)

-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2019-03-17  2:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-17  2:19 Laurent Pinchart [this message]
2019-04-30 10:39 ` [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190317021954.GA4912@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=geert@glider.be \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).