linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support
@ 2019-03-17  2:19 Laurent Pinchart
  2019-04-30 10:39 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2019-03-17  2:19 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support
  2019-03-17  2:19 [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support Laurent Pinchart
@ 2019-04-30 10:39 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 10:39 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

Hi Laurent,

On Sun, Mar 17, 2019 at 3:20 AM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> 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 rebase your branch. It conflicts due to newer versions of some commits
having been accepted in an upstream integration tree.

Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-30 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17  2:19 [GIT PULL FOR renesas-drivers] DU LVDS dual-link mode support Laurent Pinchart
2019-04-30 10:39 ` Geert Uytterhoeven

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).